@charset "UTF-8";
/*!=================================================================================================
 * 此网站由 WordPress 智库定制开发，如遇问题或 Bug，请联系 QQ: 470266798（一刀）解决，同时也欢迎新老客户咨询合作。
 * This site is a powered by a premium WordPress theme that developed by wpzhiku.com for client.
 * Contact me by email: 4626395@gmail.com
 * ================================================================================================= */
 @font-face {
  font-family: 'PT Serif Caption';
  src: url("../fonts/PT_Serif-Caption-Web-Regular.eot");
  src: url("../fonts/PT_Serif-Caption-Web-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PT_Serif-Caption-Web-Regular.woff") format("woff"), url("../fonts/PT_Serif-Caption-Web-Regular.ttf") format("truetype"), url("../fonts/PT_Serif-Caption-Web-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
@-o-keyframes spinAround {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg); } }

.modal-close, .delete, .is-unselectable, .tabs, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.navbar-link::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  width: 0.625em; }

.level:not(:last-child), .tabs:not(:last-child), .breadcrumb:not(:last-child), .box:not(:last-child), .block:not(:last-child), .highlight:not(:last-child) {
  margin-bottom: 1.5rem; }

.modal-close, .delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .modal-close::before, .delete::before, .modal-close::after, .delete::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
         -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center; }
  .modal-close::before, .delete::before {
    height: 2px;
    width: 50%; }
  .modal-close::after, .delete::after {
    height: 50%;
    width: 2px; }
  .modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .modal-close:active, .delete:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .is-small.modal-close, .is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.modal-close, .is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.modal-close, .is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.select.is-loading::after, .control.is-loading::after, .button.is-loading::after, .loader {
  -webkit-animation: spinAround 500ms infinite linear;
       -o-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.is-overlay, .hero-video, .modal, .modal-background, .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-10by7 img, .image.is-15by11 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .input, .select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single,
.woocommerce form .form-row input.input-text,
.textarea, .woocommerce form .form-row textarea, .select select, .file-cta,
.file-name, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus,
  .pagination-ellipsis:focus, .input:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus,
  .select2-container--default .select2-selection--single:focus,
  .woocommerce form .form-row input.input-text:focus,
  .textarea:focus, .woocommerce form .form-row textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .button:focus, .is-focused.pagination-previous,
  .is-focused.pagination-next,
  .is-focused.pagination-link,
  .is-focused.pagination-ellipsis, .is-focused.input, .select2-container--default .select2-search--dropdown .is-focused.select2-search__field,
  .select2-container--default .is-focused.select2-selection--single,
  .woocommerce form .form-row input.is-focused.input-text,
  .is-focused.textarea, .woocommerce form .form-row textarea.is-focused, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.button, .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active,
  .pagination-ellipsis:active, .input:active, .select2-container--default .select2-search--dropdown .select2-search__field:active,
  .select2-container--default .select2-selection--single:active,
  .woocommerce form .form-row input.input-text:active,
  .textarea:active, .woocommerce form .form-row textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .button:active, .is-active.pagination-previous,
  .is-active.pagination-next,
  .is-active.pagination-link,
  .is-active.pagination-ellipsis, .is-active.input, .select2-container--default .select2-search--dropdown .is-active.select2-search__field,
  .select2-container--default .is-active.select2-selection--single,
  .woocommerce form .form-row input.is-active.input-text,
  .is-active.textarea, .woocommerce form .form-row textarea.is-active, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.button {
    outline: none; }
  .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled],
  .pagination-ellipsis[disabled], .input[disabled], .select2-container--default .select2-search--dropdown .select2-search__field[disabled],
  .select2-container--default .select2-selection--single[disabled],
  .woocommerce form .form-row input.input-text[disabled],
  .textarea[disabled], .woocommerce form .form-row textarea[disabled], .select select[disabled], .file-cta[disabled],
  .file-name[disabled], .button[disabled] {
    cursor: not-allowed; }

/* ==========================================================================
   #SPACING UTILITIES
   @mixin ========================================================================= */
/**
 * Spacing utilities are used to provide spacing between components using
 * margins or inside the components using paddings. Different sizes allow you
 * to easily construct consistent layouts of components.
 */
/**
 * Margins
 *
 * m  -> all sides
 * mt -> margin-top
 * mr -> margin-right
 * mb -> margin-bottom
 * ml -> margin-left
 * mv -> margin-top & margin-bottom (vertically)
 * mh -> margin-right & margin-left (horizontaly)
 *
 */
.u-m-zero {
  margin: 0 !important; }

.u-mt-zero {
  margin-top: 0 !important; }

.u-mr-zero {
  margin-right: 0 !important; }

.u-mb-zero {
  margin-bottom: 0 !important; }

.u-ml-zero {
  margin-left: 0 !important; }

.u-mv-zero {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.u-mh-zero {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.u-m-auto {
  margin: auto !important; }

.u-mt-auto {
  margin-top: auto !important; }

.u-mr-auto {
  margin-right: auto !important; }

.u-mb-auto {
  margin-bottom: auto !important; }

.u-ml-auto {
  margin-left: auto !important; }

.u-mv-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.u-mh-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.u-m-xxs {
  margin: 4px !important; }

.u-mt-xxs {
  margin-top: 4px !important; }

.u-mr-xxs {
  margin-right: 4px !important; }

.u-mb-xxs {
  margin-bottom: 4px !important; }

.u-ml-xxs {
  margin-left: 4px !important; }

.u-mv-xxs {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.u-mh-xxs {
  margin-right: 4px !important;
  margin-left: 4px !important; }

.u-m-xs {
  margin: 4px !important; }

.u-mt-xs {
  margin-top: 4px !important; }

.u-mr-xs {
  margin-right: 4px !important; }

.u-mb-xs {
  margin-bottom: 4px !important; }

.u-ml-xs {
  margin-left: 4px !important; }

.u-mv-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.u-mh-xs {
  margin-right: 4px !important;
  margin-left: 4px !important; }

.u-m-sm {
  margin: 8px !important; }

.u-mt-sm {
  margin-top: 8px !important; }

.u-mr-sm {
  margin-right: 8px !important; }

.u-mb-sm {
  margin-bottom: 8px !important; }

.u-ml-sm {
  margin-left: 8px !important; }

.u-mv-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.u-mh-sm {
  margin-right: 8px !important;
  margin-left: 8px !important; }

.u-m-md {
  margin: 16px !important; }

.u-mt-md {
  margin-top: 16px !important; }

.u-mr-md {
  margin-right: 16px !important; }

.u-mb-md {
  margin-bottom: 16px !important; }

.u-ml-md {
  margin-left: 16px !important; }

.u-mv-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.u-mh-md {
  margin-right: 16px !important;
  margin-left: 16px !important; }

.u-m-lg {
  margin: 32px !important; }

.u-mt-lg {
  margin-top: 32px !important; }

.u-mr-lg {
  margin-right: 32px !important; }

.u-mb-lg {
  margin-bottom: 32px !important; }

.u-ml-lg {
  margin-left: 32px !important; }

.u-mv-lg {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.u-mh-lg {
  margin-right: 32px !important;
  margin-left: 32px !important; }

.u-m-xl {
  margin: 64px !important; }

.u-mt-xl {
  margin-top: 64px !important; }

.u-mr-xl {
  margin-right: 64px !important; }

.u-mb-xl {
  margin-bottom: 64px !important; }

.u-ml-xl {
  margin-left: 64px !important; }

.u-mv-xl {
  margin-top: 64px !important;
  margin-bottom: 64px !important; }

.u-mh-xl {
  margin-right: 64px !important;
  margin-left: 64px !important; }

/**
 * Paddings
 *
 * p  -> all sides
 * pt -> padding-top
 * pr -> padding-right
 * pb -> padding-bottom
 * pl -> padding-left
 * pv -> padding-top & padding-bottom (vertically)
 * ph -> padding-right & padding-left (horizontaly)
 *
 */
.u-p-zero {
  padding: 0 !important; }

.u-pt-zero {
  padding-top: 0 !important; }

.u-pr-zero {
  padding-right: 0 !important; }

.u-pb-zero {
  padding-bottom: 0 !important; }

.u-pl-zero {
  padding-left: 0 !important; }

.u-pv-zero {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.u-ph-zero {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.u-p-auto {
  padding: auto !important; }

.u-pt-auto {
  padding-top: auto !important; }

.u-pr-auto {
  padding-right: auto !important; }

.u-pb-auto {
  padding-bottom: auto !important; }

.u-pl-auto {
  padding-left: auto !important; }

.u-pv-auto {
  padding-top: auto !important;
  padding-bottom: auto !important; }

.u-ph-auto {
  padding-right: auto !important;
  padding-left: auto !important; }

.u-p-xxs {
  padding: 4px !important; }

.u-pt-xxs {
  padding-top: 4px !important; }

.u-pr-xxs {
  padding-right: 4px !important; }

.u-pb-xxs {
  padding-bottom: 4px !important; }

.u-pl-xxs {
  padding-left: 4px !important; }

.u-pv-xxs {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.u-ph-xxs {
  padding-right: 4px !important;
  padding-left: 4px !important; }

.u-p-xs {
  padding: 4px !important; }

.u-pt-xs {
  padding-top: 4px !important; }

.u-pr-xs {
  padding-right: 4px !important; }

.u-pb-xs {
  padding-bottom: 4px !important; }

.u-pl-xs {
  padding-left: 4px !important; }

.u-pv-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.u-ph-xs {
  padding-right: 4px !important;
  padding-left: 4px !important; }

.u-p-sm {
  padding: 8px !important; }

.u-pt-sm {
  padding-top: 8px !important; }

.u-pr-sm {
  padding-right: 8px !important; }

.u-pb-sm {
  padding-bottom: 8px !important; }

.u-pl-sm {
  padding-left: 8px !important; }

.u-pv-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.u-ph-sm {
  padding-right: 8px !important;
  padding-left: 8px !important; }

.u-p-md {
  padding: 16px !important; }

.u-pt-md {
  padding-top: 16px !important; }

.u-pr-md {
  padding-right: 16px !important; }

.u-pb-md {
  padding-bottom: 16px !important; }

.u-pl-md {
  padding-left: 16px !important; }

.u-pv-md {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.u-ph-md {
  padding-right: 16px !important;
  padding-left: 16px !important; }

.u-p-lg {
  padding: 32px !important; }

.u-pt-lg {
  padding-top: 32px !important; }

.u-pr-lg {
  padding-right: 32px !important; }

.u-pb-lg {
  padding-bottom: 0 !important; }

.u-pl-lg {
  padding-left: 32px !important; }

.u-pv-lg {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.u-ph-lg {
  padding-right: 32px !important;
  padding-left: 32px !important; }

.u-p-xl {
  padding: 64px !important; }

.u-pt-xl {
  padding-top: 64px !important; }

.u-pr-xl {
  padding-right: 64px !important; }

.u-pb-xl {
  padding-bottom: 64px !important; }

.u-pl-xl {
  padding-left: 64px !important; }

.u-pv-xl {
  padding-top: 64px !important;
  padding-bottom: 64px !important; }

.u-ph-xl {
  padding-right: 64px !important;
  padding-left: 64px !important; }

/* ==========================================================================
   #TYPOGRAPHY UTILITIES
   @mixin ========================================================================= */
/**
 * Headings
 *
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */
.u-h1 {
  font-size: 36px; }

.u-h2 {
  font-size: 28px; }

.u-h3 {
  font-size: 24px; }

.u-h4 {
  font-size: 20px; }

.u-h5 {
  font-size: 18px; }

.u-h6 {
  font-size: 16px; }

/**
 * Text Utilitites
 */
/**
 * Text Colors
 */
.u-text-mute {
  color: #666 !important; }

.u-text-light {
  color: #666 !important; }

.u-text-lighter {
  color: #aaa !important; }

.u-text-danger {
  color: #ff3860 !important; }

.u-text-success {
  color: #45b854 !important; }

.u-text-dark {
  color: #333333; }

.u-text-white {
  color: #fff; }

/**
  * Text Sizes
  */
.u-text-tiny {
  font-size: 10px !important; }

.u-text-xsmall {
  font-size: 12px !important; }

.u-text-small {
  font-size: 14px !important; }

.u-text-large {
  font-size: 16px !important; }

.u-text-big {
  font-size: 54px;
  font-weight: 700;
  line-height: 48px; }

/**
  * Font Weights
  */
.u-text-bold {
  font-weight: 700 !important; }

/**
  * Aligning Text
  */
.u-text-right {
  text-align: right !important; }

.u-text-left {
  text-align: left !important; }

.u-text-center {
  text-align: center !important; }

/**
 * Transforming Text
 */
.u-text-uppercase {
  text-transform: uppercase !important; }

.u-text-lowercase {
  text-transform: lowercase !important; }

.u-text-capitalize {
  text-transform: capitalize !important; }

/* ==========================================================================
   #COLORS UTILITIES
   @mixin ========================================================================= */
/**
 * Set the text color of elements.
 */
.u-color-success {
  color: #1bb934 !important; }

.u-color-info {
  color: #2ea1f8 !important; }

.u-color-danger {
  color: #ed1c24 !important; }

.u-color-warning {
  color: #fd9a18 !important; }

.u-color-primary {
  color: #A61D2A !important; }

.u-color-secondary {
  color: #fff !important; }

.u-color-white {
  color: #fff !important; }

/**
  * Set the background color of elements.
  */
.u-bg-success {
  background: #1bb934 !important;
  background-color: #1bb934 !important; }

.u-bg-info {
  background: #1a91eb !important;
  background-color: #1a91eb !important; }

.u-bg-danger {
  background: #ed1c24 !important;
  background-color: #ed1c24 !important; }

.u-bg-fancy {
  background: #a388e3 !important;
  background-color: #a388e3 !important; }

.u-bg-warning {
  background: #fd9a18 !important;
  background-color: #fd9a18 !important; }

.u-bg-primary {
  background: #475364 !important;
  background-color: #475364 !important; }

.u-bg-secondary {
  background: #fafbfc !important;
  background-color: #fafbfc !important; }

.u-bg-white {
  background: #fff !important;
  background-color: #fff !important; }

/* ==========================================================================
   #SIZES UTILITIES
   @mixin ========================================================================= */
/**
 * Widths
 */
.u-width-25 {
  width: 25% !important; }

.u-width-50 {
  width: 50% !important; }

.u-width-75 {
  width: 75% !important; }

.u-width-100 {
  width: 100% !important; }

@media screen and (max-width: 1099px) {
  .u-max-width-100-sm {
    max-width: 100%; } }

/**
 * Heights
 */
.u-height-25 {
  height: 25% !important; }

.u-height-50 {
  height: 50% !important; }

.u-height-75 {
  height: 75% !important; }

.u-height-100 {
  height: 100% !important; }

/* --------------------------------------------------------------
 * = 通用辅助样式
 * ----------------------------------------------------------- */
/* Usage Examples
    .my-level-1-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 48px;
        margin: 0 0 0 16px;
    }

    .my-level-2-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 32px; // Don't need to change any settings, will work with any font size automatically
        margin: 0 0 0 16px;
    }

    .my-body-copy-class {
        @include text-crop($line-height: 2); // Larger line height desired, set the line height via the mixin
        font-size: 16px;
    } */
@media screen and (max-width: 480px) {
  .column.is-1-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333% !important; }
  .column.is-2-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667% !important; }
  .column.is-3-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25% !important; }
  .column.is-4-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333% !important; }
  .column.is-5-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667% !important; }
  .column.is-6-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50% !important; }
  .column.is-7-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333% !important; }
  .column.is-8-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667% !important; }
  .column.is-9-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75% !important; }
  .column.is-10-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333% !important; }
  .column.is-11-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667% !important; }
  .column.is-12-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100% !important; } }

.inline-block {
  display: inline-block; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.close {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  float: right;
  opacity: .2;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    cursor: pointer;
    text-decoration: none;
    opacity: .4;
    color: #000;
    filter: alpha(opacity=40); }

button.close {
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  -webkit-appearance: none; }

.hide {
  display: none; }

.show {
  display: block; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.sr-only {
  display: none; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0; }

.in,
.fade.in {
  opacity: 1; }

.collapse {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease; }

.collapse.in,
.in {
  height: auto; }

.dividing {
  padding: 0 5px; }

.loading {
  color: transparent !important;
  min-height: 12px;
  pointer-events: none;
  position: relative; }
  .loading::after {
    -webkit-animation: loading 500ms infinite linear;
         -o-animation: loading 500ms infinite linear;
            animation: loading 500ms infinite linear;
    border: 2px solid #aa262d;
    border-right-color: transparent;
    border-top-color: transparent;
    border-radius: 14px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%; }

.img-rounded {
  border-radius: 6px; }

.img-circle {
  border-radius: 50%; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/* --------------------------------------------------------------
 * = reset 文字排版基础样式
 * ----------------------------------------------------------- */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  color: #333333;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility; }

/* 如果你的项目仅支持 IE9+ | Chrome | Firefox 等，推荐在 <html> 中添加 .borderbox 这个 class */
* {
  box-sizing: border-box; }
/* body { 

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;

} */
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p,
blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  margin: 0;
  padding: 0; }

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
  display: inline-block; }

/* 要注意表单元素并不继承父级 font 的问题 */
body, .pure-g [class*="pure-u"], button, input, select, textarea {
  font-size: 14px;
/*   font-size: 17px; */
  line-height: 1.732;
  font-family: "Arial";
  /*font-family: "Gill Sans MT", "Gill Sans", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans; */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* 去掉各Table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  margin-bottom: 1em; }

img {
  height: auto;
  vertical-align: middle; }

/* 去除默认边框 */
fieldset, img {
  border: 0; }

/* 块/段落引用 */
blockquote {
  position: relative;
  color: #555555;
  font-weight: 400;
  border-left: 1px solid #aa262d;
  padding-left: 1em;
  margin: 1em 3em 1em 2em; }

@media only screen and (max-width: 48em) {
  blockquote {
    margin: 1em 0; } }

/* Firefox 以外，元素没有下划线，需添加 */
acronym, abbr {
  border-bottom: 1px dotted;
  font-variant: normal; }

/* 添加鼠标问号，进一步确保应用的语义是正确的（要知道，交互他们也有洁癖，如果你不去掉，那得多花点口舌） */
abbr {
  cursor: help; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400; }

/* 去掉列表前的标识, li 会继承，大部分网站通常用列表来很多内容，所以应该当去 */
ul, ol {
  list-style: none; }

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

/* 统一上标和下标 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }
  sub ::root sub,
  sub ::root sup, sup ::root sub,
  sup ::root sup {
    vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 让链接在 hover 状态下显示下划线 */
a:not(.button) {
  color: #333333; }
  a:not(.button):hover {
    color: #65121a;
    text-decoration: none; }

.typo a:not(.btn):hover {
  color: #65121a;
  text-decoration: none; }

/* 默认不显示下划线，保持页面简洁 */
ins, a {
  text-decoration: none; }

/* 专名号：虽然 u 已经重回 html5 Draft，但在所有浏览器中都是可以使用的，
 * 要做到更好，向后兼容的话，添加 class="typo-u" 来显示专名号
 * 关于 <u> 标签：http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-u-element
 * 被放弃的是 4，之前一直搞错 http://www.w3.org/TR/html401/appendix/changes.html#idx-deprecated
 * 一篇关于 <u> 标签的很好文章：http://html5doctor.com/u-element/
 */
u {
  text-decoration: underline; }

/* 标记，类似于手写的荧光笔的作用 */
mark {
  background: #fffdd1;
  border-bottom: 1px solid #ffedce;
  padding: 2px;
  margin: 0 5px; }

/* 代码片断 */
pre, code, pre tt {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

pre {
  background: #f5f2f0;
  border: 1px solid #ddd;
  padding: 1em 1.5em;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

pre[class*=language-] {
  margin: 0 0 1.2em; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #ff5300;
  background-color: #e7e7e7;
  border-bottom: 2px solid #ccc;
  border-radius: 2px;
  margin: 0 3px;
  white-space: nowrap; }
  @media screen and (max-width: 48em) {
    code {
      white-space: normal; } }

code[class*=language-] {
  border-bottom: 0; }

/* 一致化 horizontal rule */
hr {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 0.8em;
  height: 10px; }

/* 底部印刷体、版本等标记 */
small,
figcaption {
  font-size: 0.9em;
  color: #888; }

strong, b {
  font-weight: bold;
  color: #333333; }

/* 嵌入内容自适应 */
embed,
iframe,
object {
  max-width: 100%; }

/* 可拖动文件添加拖动手势 */
[draggable] {
  cursor: move; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gill Sans MT", "Gill Sans", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
  color: #333333;
  line-height: 1.414; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* 强制文本换行 */
.textwrap, .textwrap td, .textwrap th {
  word-wrap: break-word;
  word-break: break-all; }

.textwrap-table {
  table-layout: fixed; }

/* 保证块/段落之间的空白隔行 */
.typo p, .typo pre, .typo ul, .typo ol, .typo dl, .typo form, .typo hr, .typo table, blockquote {
  margin-bottom: 1.2em; }

/* 标题应该更贴紧内容，并与其他块区分，margin 值要相应做优化 */
.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  line-height: 1.414; }

.typo h1 {
  font-size: 2em; }

.typo h2 {
  font-size: 1.8em; }

.typo h3 {
  font-size: 1.6em; }

.typo h4 {
  font-size: 1.4em; }

.typo h5,
.typo h6 {
  font-size: 1.2em; }

/* 在文章中，应该还原 ul 和 ol 的样式 */
.typo ul {
  margin-left: 1.9em;
  list-style: disc; }

.typo ol {
  list-style: decimal;
  margin-left: 1.9em; }

.typo li ul, .typo li ol {
  margin-bottom: 0.8em;
  margin-left: 2em; }

.typo li ul {
  list-style: circle; }

/* 同 ul/ol，在文章中应用 table 基本格式 */
.typo table th, .typo table td, .typo table caption {
  border: 1px solid #eeeeee;
  padding: 0.5em 1em;
  color: #777777; }

.typo table th {
  background: white; }

.typo table thead th {
  background: white; }

.typo table caption {
  border-bottom: none; }

.typo em, legend, caption {
  color: #000;
  font-weight: inherit; }

/* Responsive images */
.typo img {
  max-width: 100%;
  vertical-align: middle;
  box-shadow: none !important; }

.animated {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both; }
  .animated.delay-01 {
    -webkit-animation-delay: 0s;
         -o-animation-delay: 0s;
            animation-delay: 0s; }
  .animated.delay-02 {
    -webkit-animation-delay: 0.5s;
         -o-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .animated.delay-03 {
    -webkit-animation-delay: 1s;
         -o-animation-delay: 1s;
            animation-delay: 1s; }
  .animated.delay-04 {
    -webkit-animation-delay: 1.5s;
         -o-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .animated.delay-05 {
    -webkit-animation-delay: 2s;
         -o-animation-delay: 2s;
            animation-delay: 2s; }
  .animated.delay-06 {
    -webkit-animation-delay: 2.5s;
         -o-animation-delay: 2.5s;
            animation-delay: 2.5s; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.zoomIn {
  -webkit-animation-name: zoomIn;
       -o-animation-name: zoomIn;
          animation-name: zoomIn; }

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
       -o-animation-name: flipInX;
          animation-name: flipInX; }

.slideInUp {
  -webkit-animation-name: slideInUp;
       -o-animation-name: slideInUp;
          animation-name: slideInUp; }

.slideInRight {
  -webkit-animation-name: slideInRight;
       -o-animation-name: slideInRight;
          animation-name: slideInRight; }

.slideInDown {
  -webkit-animation-name: slideInDown;
       -o-animation-name: slideInDown;
          animation-name: slideInDown; }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
       -o-animation-name: slideInLeft;
          animation-name: slideInLeft; }

.fadeIn {
  -webkit-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp; }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
       -o-animation-name: fadeInRight;
          animation-name: fadeInRight; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
       -o-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
       -o-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
       -o-animation-name: fadeOutUp;
          animation-name: fadeOutUp; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes loading {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes rotate {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-o-keyframes bounce {
  0%, 100% {
    -o-transform: scale(0);
       transform: scale(0); }
  50% {
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@-o-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

@-o-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }

/* --------------------------------------------------------------
 * = Slider 样式
 * ----------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide .u-slider-item,
  .slick-slide .image,
  .slick-slide img {
    vertical-align: top; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url("../images/loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 99;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; }

.f-overlay:hover .slick-prev,
.f-overlay:hover .slick-next,
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1;
  -webkit-transition: all, .5s;
  -o-transition: all, .5s;
  transition: all, .5s; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: #aa262d; }

.slick-prev:before,
.slick-next:before {
  font-family: "iconfont" !important;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev {
  left: 15px; }

[dir='rtl'] .slick-prev {
  right: 15px;
  left: auto; }

.slick-prev:before {
  content: '\e660'; }

[dir='rtl'] .slick-prev:before {
  content: '\e661'; }

.slick-next {
  right: 15px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 15px; }

.slick-next:before {
  content: '\e661'; }

[dir='rtl'] .slick-next:before {
  content: '\e660'; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #ccc; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background: #aa262d;
      opacity: .75;
      color: #ff5300; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
       transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -o-transform-origin: 0;
       transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -o-transform-origin: 100%;
       transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.toggle {
  display: block;
  margin: 0 0 20px; }
  .toggle .togglet, .toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    cursor: pointer; }
  .toggle .togglet i {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 24px; }
    .toggle .togglet i.toggle-open {
      display: none; }
  .toggle .toggleta i.toggle-closed {
    display: none; }
  .toggle .toggleta i.toggle-open {
    display: block; }
  .toggle .togglet.toggleta span.toggle-closed, .toggle .togglet:not(.toggleta) span.toggle-open {
    display: none; }

.acctitle {
  display: block; }

.toggle .togglet.toggleta span.toggle-open, .toggle .togglet:not(.toggleta) span.toggle-closed {
  display: block; }

.toggle .togglec {
  display: block;
  position: relative;
  padding: 10px 0 0 24px; }

.toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta {
  background-color: #eee;
  line-height: 44px;
  padding: 0 0 0 36px;
  border-radius: 2px; }

.toggle.toggle-bg .togglet i {
  left: 14px;
  line-height: 44px; }

.toggle.toggle-bg .togglec {
  padding: 12px 0 0 36px; }

.toggle.toggle-border {
  border: 1px solid #ccc;
  border-radius: 4px; }
  .toggle.toggle-border .togglet, .toggle.toggle-border .toggleta {
    line-height: 44px;
    padding: 0 15px 0 36px; }
  .toggle.toggle-border .togglet i {
    left: 14px;
    line-height: 44px; }
  .toggle.toggle-border .togglec {
    padding: 0 15px 15px 36px; }

.faqs .toggle {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 12px; }
  .faqs .toggle .togglet, .faqs .toggle .toggleta {
    font-size: 15px; }
  .faqs .toggle .togglet i {
    top: 1px;
    font-size: 14px; }
  .faqs .toggle .togglec {
    padding-bottom: 10px; }

.accordion {
  margin-bottom: 20px; }

.acctitle {
  position: relative;
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  color: #444;
  cursor: pointer;
  border-top: 1px dotted #ddd;
  padding: 10px 0 10px 20px; }

.acctitlec {
  cursor: auto; }

.acctitle:first-child {
  border-top: 0; }

.acctitle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 44px; }

.acc_content, .tabs, ul.tab-nav-lg li {
  position: relative; }

.accordion.accordion-bg .acctitle i, .accordion.accordion-border .acctitle i {
  left: 14px;
  line-height: 44px; }

.acctitle i.acc-open {
  display: none; }

.acctitlec i.acc-closed {
  display: none; }

.acctitlec i.acc-open {
  display: block; }

.acc_content {
  padding: 0 0 15px 20px; }

.accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec {
  background-color: #eee;
  line-height: 44px;
  padding: 0 0 0 36px;
  margin-bottom: 5px;
  border-top: 0; }

.accordion.accordion-bg .acc_content {
  padding: 10px 0 15px 36px; }

.accordion.accordion-border {
  border: 1px solid #ddd;
  border-radius: 4px; }
  .accordion.accordion-border .acctitle, .accordion.accordion-border .acctitlec {
    border-color: #ccc;
    line-height: 44px;
    padding: 0 15px 0 36px; }
  .accordion.accordion-border .acc_content {
    padding: 0 15px 15px 36px; }

.accordion.accordion-lg .acctitle {
  font-size: 23px;
  line-height: 44px;
  padding-left: 30px;
  font-weight: 400; }
  .accordion.accordion-lg .acctitle i {
    width: 20px;
    font-size: 20px;
    line-height: 64px; }

.accordion.accordion-lg .acc_content {
  padding: 10px 0 30px 30px; }

/* ==========================================================================
   #FLEX UTILITIES
   @mixin ========================================================================= */
.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.u-justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.u-justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.u-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.u-justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.u-justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.u-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.u-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.u-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.u-align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.u-align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.u-align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.u-align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.u-align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

@media screen and (max-width: 1099px) {
  .u-flex-wrap-sm {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; } }

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-iconfontweibo:before {
  content: "\e600"; }

.icon-androidfavoriteoutline:before {
  content: "\e671"; }

.icon-androidfavorite:before {
  content: "\e672"; }

.icon-androidlocate:before {
  content: "\e67f"; }

.icon-androidmap:before {
  content: "\e682"; }

.icon-androidpin:before {
  content: "\e693"; }

.icon-arrowgraphdownleft:before {
  content: "\e6bd"; }

.icon-arrowgraphdownright:before {
  content: "\e6be"; }

.icon-arrowgraphupleft:before {
  content: "\e6bf"; }

.icon-arrowgraphupright:before {
  content: "\e6c0"; }

.icon-arrowexpand:before {
  content: "\e6d0"; }

.icon-compose:before {
  content: "\e728"; }

.icon-iosarrowdown:before {
  content: "\e65f"; }

.icon-iosarrowleft:before {
  content: "\e660"; }

.icon-iosarrowright:before {
  content: "\e661"; }

.icon-iosarrowup:before {
  content: "\e662"; }

.icon-ioschatboxesoutline:before {
  content: "\e665"; }

.icon-ioschatboxes:before {
  content: "\e666"; }

.icon-ioschatbubbleoutline:before {
  content: "\e667"; }

.icon-ioschatbubble:before {
  content: "\e668"; }

.icon-iosclockoutline:before {
  content: "\e601"; }

.icon-iosclock:before {
  content: "\e602"; }

.icon-iosclouddownloadoutline:before {
  content: "\e603"; }

.icon-iosclouddownload:before {
  content: "\e604"; }

.icon-ioscogoutline:before {
  content: "\e605"; }

.icon-ioscog:before {
  content: "\e606"; }

.icon-ioscontactoutline:before {
  content: "\e607"; }

.icon-ioscontact:before {
  content: "\e608"; }

.icon-iosdownloadoutline:before {
  content: "\e609"; }

.icon-iosdownload:before {
  content: "\e60a"; }

.icon-iosemailoutline:before {
  content: "\e60b"; }

.icon-iosemail:before {
  content: "\e60c"; }

.icon-ioseyeoutline:before {
  content: "\e60d"; }

.icon-ioseye:before {
  content: "\e60e"; }

.icon-iosflagoutline:before {
  content: "\e60f"; }

.icon-iosflag:before {
  content: "\e610"; }

.icon-iosflameoutline:before {
  content: "\e611"; }

.icon-iosflame:before {
  content: "\e612"; }

.icon-iosfolderoutline:before {
  content: "\e613"; }

.icon-iosfolder:before {
  content: "\e614"; }

.icon-iosgearoutline:before {
  content: "\e615"; }

.icon-iosgear:before {
  content: "\e616"; }

.icon-ioshelp:before {
  content: "\e617"; }

.icon-ioshomeoutline:before {
  content: "\e618"; }

.icon-ioshome:before {
  content: "\e619"; }

.icon-ioslightbulboutline:before {
  content: "\e61a"; }

.icon-ioslightbulb:before {
  content: "\e61b"; }

.icon-ioslistoutline:before {
  content: "\e61c"; }

.icon-ioslist:before {
  content: "\e61d"; }

.icon-ioslockedoutline:before {
  content: "\e61e"; }

.icon-ioslocked:before {
  content: "\e61f"; }

.icon-iosmonitoroutline:before {
  content: "\e620"; }

.icon-iosmonitor:before {
  content: "\e621"; }

.icon-iosmoreoutline:before {
  content: "\e622"; }

.icon-iosmore:before {
  content: "\e623"; }

.icon-iospaperoutline:before {
  content: "\e624"; }

.icon-iospaper:before {
  content: "\e625"; }

.icon-iospricetagsoutline:before {
  content: "\e669"; }

.icon-iospricetags:before {
  content: "\e664"; }

.icon-iossearchstrong:before {
  content: "\e66a"; }

.icon-iosstarhalf:before {
  content: "\e65c"; }

.icon-iosstaroutline:before {
  content: "\e65d"; }

.icon-iosstar:before {
  content: "\e65e"; }

.icon-iostrashoutline:before {
  content: "\e626"; }

.icon-iostrash:before {
  content: "\e627"; }

.icon-lightbulb:before {
  content: "\e628"; }

.icon-link:before {
  content: "\e66b"; }

.icon-loada:before {
  content: "\e629"; }

.icon-loadc:before {
  content: "\e62a"; }

.icon-loadd:before {
  content: "\e62b"; }

.icon-lockcombination:before {
  content: "\e897"; }

.icon-navicon:before {
  content: "\e62c"; }

.icon-pause:before {
  content: "\e62d"; }

.icon-personadd:before {
  content: "\e62e"; }

.icon-personstalker:before {
  content: "\e62f"; }

.icon-person:before {
  content: "\e630"; }

.icon-play:before {
  content: "\e631"; }

.icon-pound:before {
  content: "\e632"; }

.icon-ribbona:before {
  content: "\e633"; }

.icon-ribbonb:before {
  content: "\e634"; }

.icon-settings:before {
  content: "\e8db"; }

.icon-share:before {
  content: "\e635"; }

.icon-shuffle:before {
  content: "\e8dd"; }

.icon-socialandroidoutline:before {
  content: "\e636"; }

.icon-socialandroid:before {
  content: "\e637"; }

.icon-socialappleoutline:before {
  content: "\e638"; }

.icon-socialapple:before {
  content: "\e639"; }

.icon-socialchromeoutline:before {
  content: "\e63a"; }

.icon-socialchrome:before {
  content: "\e63b"; }

.icon-socialcss3outline:before {
  content: "\e63c"; }

.icon-socialcss3:before {
  content: "\e63d"; }

.icon-socialgithuboutline:before {
  content: "\e63e"; }

.icon-socialgithub:before {
  content: "\e63f"; }

.icon-socialgoogleplusoutline:before {
  content: "\e640"; }

.icon-socialgoogleplus:before {
  content: "\e641"; }

.icon-socialhtml5outline:before {
  content: "\e642"; }

.icon-socialhtml5:before {
  content: "\e643"; }

.icon-socialjavascriptoutline:before {
  content: "\e644"; }

.icon-socialjavascript:before {
  content: "\e645"; }

.icon-socialmarkdown:before {
  content: "\e646"; }

.icon-socialnodejs:before {
  content: "\e647"; }

.icon-socialoctocat:before {
  content: "\e648"; }

.icon-socialsass:before {
  content: "\e649"; }

.icon-socialskypeoutline:before {
  content: "\e64a"; }

.icon-socialskype:before {
  content: "\e64b"; }

.icon-socialtux:before {
  content: "\e64c"; }

.icon-socialtwitteroutline:before {
  content: "\e64d"; }

.icon-socialtwitter:before {
  content: "\e64e"; }

.icon-socialwhatsappoutline:before {
  content: "\e64f"; }

.icon-socialwhatsapp:before {
  content: "\e650"; }

.icon-socialwordpressoutline:before {
  content: "\e651"; }

.icon-socialwordpress:before {
  content: "\e652"; }

.icon-speakerphone:before {
  content: "\e653"; }

.icon-statsbars:before {
  content: "\e654"; }

.icon-thumbsdown:before {
  content: "\e655"; }

.icon-thumbsup:before {
  content: "\e656"; }

.icon-trasha:before {
  content: "\e942"; }

.icon-trophy:before {
  content: "\e657"; }

.icon-tshirtoutline:before {
  content: "\e658"; }

.icon-umbrella:before {
  content: "\e659"; }

.icon-upload:before {
  content: "\e65a"; }

.icon-wand:before {
  content: "\e65b"; }

.icon-jiantou-copy:before {
  content: "\e663"; }

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table; }

.is-pulled-left {
  float: left !important; }

.is-pulled-right {
  float: right !important; }

.is-clipped {
  overflow: hidden !important; }

.is-size-1 {
  font-size: 3rem !important; }

.is-size-2 {
  font-size: 2.5rem !important; }

.is-size-3 {
  font-size: 2rem !important; }

.is-size-4 {
  font-size: 1.5rem !important; }

.is-size-5 {
  font-size: 1.25rem !important; }

.is-size-6 {
  font-size: 1rem !important; }

.is-size-7 {
  font-size: 0.75rem !important; }

@media screen and (max-width: 1099px) {
  .is-size-1-mobile {
    font-size: 3rem !important; }
  .is-size-2-mobile {
    font-size: 2.5rem !important; }
  .is-size-3-mobile {
    font-size: 2rem !important; }
  .is-size-4-mobile {
    font-size: 1.5rem !important; }
  .is-size-5-mobile {
    font-size: 1.25rem !important; }
  .is-size-6-mobile {
    font-size: 1rem !important; }
  .is-size-7-mobile {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1100px), print {
  .is-size-1-tablet {
    font-size: 3rem !important; }
  .is-size-2-tablet {
    font-size: 2.5rem !important; }
  .is-size-3-tablet {
    font-size: 2rem !important; }
  .is-size-4-tablet {
    font-size: 1.5rem !important; }
  .is-size-5-tablet {
    font-size: 1.25rem !important; }
  .is-size-6-tablet {
    font-size: 1rem !important; }
  .is-size-7-tablet {
    font-size: 0.75rem !important; } }

@media screen and (max-width: 1100px) {
  .is-size-1-touch {
    font-size: 3rem !important; }
  .is-size-2-touch {
    font-size: 2.5rem !important; }
  .is-size-3-touch {
    font-size: 2rem !important; }
  .is-size-4-touch {
    font-size: 1.5rem !important; }
  .is-size-5-touch {
    font-size: 1.25rem !important; }
  .is-size-6-touch {
    font-size: 1rem !important; }
  .is-size-7-touch {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1101px) {
  .is-size-1-desktop {
    font-size: 3rem !important; }
  .is-size-2-desktop {
    font-size: 2.5rem !important; }
  .is-size-3-desktop {
    font-size: 2rem !important; }
  .is-size-4-desktop {
    font-size: 1.5rem !important; }
  .is-size-5-desktop {
    font-size: 1.25rem !important; }
  .is-size-6-desktop {
    font-size: 1rem !important; }
  .is-size-7-desktop {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1248px) {
  .is-size-1-widescreen {
    font-size: 3rem !important; }
  .is-size-2-widescreen {
    font-size: 2.5rem !important; }
  .is-size-3-widescreen {
    font-size: 2rem !important; }
  .is-size-4-widescreen {
    font-size: 1.5rem !important; }
  .is-size-5-widescreen {
    font-size: 1.25rem !important; }
  .is-size-6-widescreen {
    font-size: 1rem !important; }
  .is-size-7-widescreen {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 6148px) {
  .is-size-1-fullhd {
    font-size: 3rem !important; }
  .is-size-2-fullhd {
    font-size: 2.5rem !important; }
  .is-size-3-fullhd {
    font-size: 2rem !important; }
  .is-size-4-fullhd {
    font-size: 1.5rem !important; }
  .is-size-5-fullhd {
    font-size: 1.25rem !important; }
  .is-size-6-fullhd {
    font-size: 1rem !important; }
  .is-size-7-fullhd {
    font-size: 0.75rem !important; } }

.has-text-centered {
  text-align: center !important; }

.has-text-justified {
  text-align: justify !important; }

.has-text-left {
  text-align: left !important; }

.has-text-right {
  text-align: right !important; }

@media screen and (max-width: 1099px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media screen and (min-width: 1100px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

@media screen and (max-width: 1100px) {
  .has-text-centered-touch {
    text-align: center !important; } }

@media screen and (min-width: 1101px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1248px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }

@media screen and (min-width: 6148px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }

@media screen and (max-width: 1099px) {
  .has-text-justified-mobile {
    text-align: justify !important; } }

@media screen and (min-width: 1100px), print {
  .has-text-justified-tablet {
    text-align: justify !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }

@media screen and (max-width: 1100px) {
  .has-text-justified-touch {
    text-align: justify !important; } }

@media screen and (min-width: 1101px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }

@media screen and (min-width: 1248px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }

@media screen and (min-width: 6148px) {
  .has-text-justified-fullhd {
    text-align: justify !important; } }

@media screen and (max-width: 1099px) {
  .has-text-left-mobile {
    text-align: left !important; } }

@media screen and (min-width: 1100px), print {
  .has-text-left-tablet {
    text-align: left !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }

@media screen and (max-width: 1100px) {
  .has-text-left-touch {
    text-align: left !important; } }

@media screen and (min-width: 1101px) {
  .has-text-left-desktop {
    text-align: left !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }

@media screen and (min-width: 1248px) {
  .has-text-left-widescreen {
    text-align: left !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }

@media screen and (min-width: 6148px) {
  .has-text-left-fullhd {
    text-align: left !important; } }

@media screen and (max-width: 1099px) {
  .has-text-right-mobile {
    text-align: right !important; } }

@media screen and (min-width: 1100px), print {
  .has-text-right-tablet {
    text-align: right !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }

@media screen and (max-width: 1100px) {
  .has-text-right-touch {
    text-align: right !important; } }

@media screen and (min-width: 1101px) {
  .has-text-right-desktop {
    text-align: right !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }

@media screen and (min-width: 1248px) {
  .has-text-right-widescreen {
    text-align: right !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }

@media screen and (min-width: 6148px) {
  .has-text-right-fullhd {
    text-align: right !important; } }

.is-capitalized {
  text-transform: capitalize !important; }

.is-lowercase {
  text-transform: lowercase !important; }

.is-uppercase {
  text-transform: uppercase !important; }

.is-italic {
  font-style: italic !important; }

.has-text-primary {
  color: #A61D2A !important; }

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #7b151f !important; }

.has-background-primary {
  background-color: #A61D2A !important; }

.has-text-link {
  color: #3273dc !important; }

a.has-text-link:hover, a.has-text-link:focus {
  color: #205bbc !important; }

.has-background-link {
  background-color: #3273dc !important; }

.has-text-info {
  color: #209cee !important; }

a.has-text-info:hover, a.has-text-info:focus {
  color: #0f81cc !important; }

.has-background-info {
  background-color: #209cee !important; }

.has-text-black-bis {
  color: #121212 !important; }

.has-background-black-bis {
  background-color: #121212 !important; }

.has-text-black-ter {
  color: #242424 !important; }

.has-background-black-ter {
  background-color: #242424 !important; }

.has-text-grey-darker {
  color: #363636 !important; }

.has-background-grey-darker {
  background-color: #363636 !important; }

.has-text-grey-dark {
  color: #4a4a4a !important; }

.has-background-grey-dark {
  background-color: #4a4a4a !important; }

.has-text-grey {
  color: #7a7a7a !important; }

.has-background-grey {
  background-color: #7a7a7a !important; }

.has-text-grey-light {
  color: #b5b5b5 !important; }

.has-background-grey-light {
  background-color: #b5b5b5 !important; }

.has-text-grey-lighter {
  color: #dbdbdb !important; }

.has-background-grey-lighter {
  background-color: #dbdbdb !important; }

.has-text-white-ter {
  color: whitesmoke !important; }

.has-background-white-ter {
  background-color: whitesmoke !important; }

.has-text-white-bis {
  color: #fafafa !important; }

.has-background-white-bis {
  background-color: #fafafa !important; }

.has-text-weight-light {
  font-weight: 300 !important; }

.has-text-weight-normal {
  font-weight: 400 !important; }

.has-text-weight-semibold {
  font-weight: 600 !important; }

.has-text-weight-bold {
  font-weight: 700 !important; }

.is-block {
  display: block !important; }

@media screen and (max-width: 1099px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 1100px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 1100px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1101px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1248px) {
  .is-block-widescreen {
    display: block !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .is-block-widescreen-only {
    display: block !important; } }

@media screen and (min-width: 6148px) {
  .is-block-fullhd {
    display: block !important; } }

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media screen and (max-width: 1099px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1100px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (max-width: 1100px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1101px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1248px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 6148px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.is-inline {
  display: inline !important; }

@media screen and (max-width: 1099px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 1100px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 1100px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 1101px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1248px) {
  .is-inline-widescreen {
    display: inline !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .is-inline-widescreen-only {
    display: inline !important; } }

@media screen and (min-width: 6148px) {
  .is-inline-fullhd {
    display: inline !important; } }

.is-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 1099px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 1100px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 1100px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1101px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1248px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }

@media screen and (min-width: 6148px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media screen and (max-width: 1099px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1100px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (max-width: 1100px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1101px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1248px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 6148px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.is-hidden {
  display: none !important; }

@media screen and (max-width: 1099px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 1100px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 1100px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1101px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1248px) {
  .is-hidden-widescreen {
    display: none !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .is-hidden-widescreen-only {
    display: none !important; } }

@media screen and (min-width: 6148px) {
  .is-hidden-fullhd {
    display: none !important; } }

.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 1099px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }

@media screen and (min-width: 1100px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 1100px) and (max-width: 1100px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 1100px) {
  .is-invisible-touch {
    visibility: hidden !important; } }

@media screen and (min-width: 1101px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (min-width: 1101px) and (max-width: 1247px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1248px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }

@media screen and (min-width: 1248px) and (max-width: 6147px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }

@media screen and (min-width: 6148px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .columns.is-mobile > .column.is-full {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.3333333333%; }
  .columns.is-mobile > .column.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.6666666667%; }
  .columns.is-mobile > .column.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.3333333333%; }
  .columns.is-mobile > .column.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.6666666667%; }
  .columns.is-mobile > .column.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.3333333333%; }
  .columns.is-mobile > .column.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.6666666667%; }
  .columns.is-mobile > .column.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.3333333333%; }
  .columns.is-mobile > .column.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.6666666667%; }
  .columns.is-mobile > .column.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 1099px) {
    .column.is-narrow-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.3333333333%; }
    .column.is-2-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.6666666667%; }
    .column.is-3-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.3333333333%; }
    .column.is-5-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.6666666667%; }
    .column.is-6-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.3333333333%; }
    .column.is-8-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.6666666667%; }
    .column.is-9-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.3333333333%; }
    .column.is-11-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.6666666667%; }
    .column.is-12-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 1100px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full, .column.is-full-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.3333333333%; }
    .column.is-2, .column.is-2-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.6666666667%; }
    .column.is-3, .column.is-3-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.3333333333%; }
    .column.is-5, .column.is-5-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.6666666667%; }
    .column.is-6, .column.is-6-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.3333333333%; }
    .column.is-8, .column.is-8-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.6666666667%; }
    .column.is-9, .column.is-9-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.3333333333%; }
    .column.is-11, .column.is-11-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.6666666667%; }
    .column.is-12, .column.is-12-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1100px) {
    .column.is-narrow-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-touch {
      margin-left: 8.3333333333%; }
    .column.is-2-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-touch {
      margin-left: 16.6666666667%; }
    .column.is-3-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-touch {
      margin-left: 33.3333333333%; }
    .column.is-5-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-touch {
      margin-left: 41.6666666667%; }
    .column.is-6-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-touch {
      margin-left: 58.3333333333%; }
    .column.is-8-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-touch {
      margin-left: 66.6666666667%; }
    .column.is-9-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-touch {
      margin-left: 83.3333333333%; }
    .column.is-11-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-touch {
      margin-left: 91.6666666667%; }
    .column.is-12-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1101px) {
    .column.is-narrow-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.3333333333%; }
    .column.is-2-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.6666666667%; }
    .column.is-3-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.3333333333%; }
    .column.is-5-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.6666666667%; }
    .column.is-6-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.3333333333%; }
    .column.is-8-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.6666666667%; }
    .column.is-9-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.3333333333%; }
    .column.is-11-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.6666666667%; }
    .column.is-12-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1248px) {
    .column.is-narrow-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.3333333333%; }
    .column.is-2-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.6666666667%; }
    .column.is-3-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.3333333333%; }
    .column.is-5-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.6666666667%; }
    .column.is-6-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.3333333333%; }
    .column.is-8-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.6666666667%; }
    .column.is-9-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.3333333333%; }
    .column.is-11-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.6666666667%; }
    .column.is-12-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 6148px) {
    .column.is-narrow-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.3333333333%; }
    .column.is-2-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.6666666667%; }
    .column.is-3-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.3333333333%; }
    .column.is-5-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.6666666667%; }
    .column.is-6-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.3333333333%; }
    .column.is-8-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.6666666667%; }
    .column.is-9-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.3333333333%; }
    .column.is-11-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.6666666667%; }
    .column.is-12-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
/*     margin-bottom: calc(1.5rem - 0.75rem);  */
}
  .columns.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .columns.is-multiline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .columns.is-vcentered {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (min-width: 1100px), print {
    .columns:not(.is-desktop) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1101px) {
    .columns.is-desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1100px), print {
    .tile:not(.is-child) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .tile.is-1 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.3333333333%; }
    .tile.is-2 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.6666666667%; }
    .tile.is-3 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .tile.is-4 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333333333%; }
    .tile.is-5 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.6666666667%; }
    .tile.is-6 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .tile.is-7 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.3333333333%; }
    .tile.is-8 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666666667%; }
    .tile.is-9 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .tile.is-10 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.3333333333%; }
    .tile.is-11 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.6666666667%; }
    .tile.is-12 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; } }

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .hero .navbar {
    background: none; }
  .hero .tabs ul {
    border-bottom: none; }
  .hero.is-primary {
    background-color: #A61D2A;
    color: #fff; }
    .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-primary strong {
      color: inherit; }
    .hero.is-primary .title {
      color: #fff; }
    .hero.is-primary .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-primary .subtitle a:not(.button),
      .hero.is-primary .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1100px) {
      .hero.is-primary .navbar-menu {
        background-color: #A61D2A; } }
    .hero.is-primary .navbar-item,
    .hero.is-primary .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
    .hero.is-primary .navbar-link:hover,
    .hero.is-primary .navbar-link.is-active {
      background-color: #901925;
      color: #fff; }
    .hero.is-primary .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-primary .tabs a:hover {
        opacity: 1; }
    .hero.is-primary .tabs li.is-active a {
      opacity: 1; }
    .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
      color: #fff; }
      .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #A61D2A; }
    .hero.is-primary.is-bold {
      background-image: -webkit-linear-gradient(309deg, #820e2c 0%, #A61D2A 71%, #c1271b 100%);
      background-image: -o-linear-gradient(309deg, #820e2c 0%, #A61D2A 71%, #c1271b 100%);
      background-image: linear-gradient(141deg, #820e2c 0%, #A61D2A 71%, #c1271b 100%); }
      @media screen and (max-width: 1099px) {
        .hero.is-primary.is-bold .navbar-menu {
          background-image: -webkit-linear-gradient(309deg, #820e2c 0%, #A61D2A 71%, #c1271b 100%);
          background-image: -o-linear-gradient(309deg, #820e2c 0%, #A61D2A 71%, #c1271b 100%);
          background-image: linear-gradient(141deg, #820e2c 0%, #A61D2A 71%, #c1271b 100%); } }
  .hero.is-link {
    background-color: #3273dc;
    color: #fff; }
    .hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-link strong {
      color: inherit; }
    .hero.is-link .title {
      color: #fff; }
    .hero.is-link .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-link .subtitle a:not(.button),
      .hero.is-link .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1100px) {
      .hero.is-link .navbar-menu {
        background-color: #3273dc; } }
    .hero.is-link .navbar-item,
    .hero.is-link .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
    .hero.is-link .navbar-link:hover,
    .hero.is-link .navbar-link.is-active {
      background-color: #2366d1;
      color: #fff; }
    .hero.is-link .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-link .tabs a:hover {
        opacity: 1; }
    .hero.is-link .tabs li.is-active a {
      opacity: 1; }
    .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
      color: #fff; }
      .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #3273dc; }
    .hero.is-link.is-bold {
      background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
      background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
      background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); }
      @media screen and (max-width: 1099px) {
        .hero.is-link.is-bold .navbar-menu {
          background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
          background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
          background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); } }
  .hero.is-info {
    background-color: #209cee;
    color: #fff; }
    .hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-info strong {
      color: inherit; }
    .hero.is-info .title {
      color: #fff; }
    .hero.is-info .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-info .subtitle a:not(.button),
      .hero.is-info .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1100px) {
      .hero.is-info .navbar-menu {
        background-color: #209cee; } }
    .hero.is-info .navbar-item,
    .hero.is-info .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
    .hero.is-info .navbar-link:hover,
    .hero.is-info .navbar-link.is-active {
      background-color: #118fe4;
      color: #fff; }
    .hero.is-info .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-info .tabs a:hover {
        opacity: 1; }
    .hero.is-info .tabs li.is-active a {
      opacity: 1; }
    .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
      color: #fff; }
      .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #209cee; }
    .hero.is-info.is-bold {
      background-image: -webkit-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
      background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
      background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); }
      @media screen and (max-width: 1099px) {
        .hero.is-info.is-bold .navbar-menu {
          background-image: -webkit-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
          background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
          background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } }
  .hero.is-small .hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }
  @media screen and (min-width: 1100px), print {
    .hero.is-medium .hero-body {
      padding-bottom: 9rem;
      padding-top: 9rem; } }
  @media screen and (min-width: 1100px), print {
    .hero.is-large .hero-body {
      padding-bottom: 18rem;
      padding-top: 18rem; } }
  .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
  .hero.is-halfheight {
    min-height: 50vh; }
  .hero.is-fullheight {
    min-height: 100vh; }

.hero-video {
  overflow: hidden; }
  .hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .hero-video.is-transparent {
    opacity: 0.3; }
  @media screen and (max-width: 1099px) {
    .hero-video {
      display: none; } }

.hero-buttons {
  margin-top: 1.5rem; }
  @media screen and (max-width: 1099px) {
    .hero-buttons .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .hero-buttons .button:not(:last-child) {
        margin-bottom: 0.75rem; } }
  @media screen and (min-width: 1100px), print {
    .hero-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem; } }

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem; }

.section {
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 1101px) {
    .section.is-medium {
      padding: 9rem 1.5rem; }
    .section.is-large {
      padding: 18rem 1.5rem; } }

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem; }

.navbar {
  background-color: #fff;
  /* 外框高度 */
  min-height: 2.5rem;
  position: relative;
  z-index: 30; }
  .navbar.is-primary {
    background-color: #A61D2A;
    color: #fff; }
    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active {
      background-color: #901925;
      color: #fff; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (min-width: 1101px) {
      .navbar.is-primary .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #901925;
        color: #fff; }
      .navbar.is-primary .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #901925;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #A61D2A;
        color: #fff; } }
  .navbar.is-link {
    background-color: #3273dc;
    color: #fff; }
    .navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active {
      background-color: #2366d1;
      color: #fff; }
    .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (min-width: 1101px) {
      .navbar.is-link .navbar-start > .navbar-item,
      .navbar.is-link .navbar-start .navbar-link,
      .navbar.is-link .navbar-end > .navbar-item,
      .navbar.is-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #2366d1;
        color: #fff; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #2366d1;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #3273dc;
        color: #fff; } }
  .navbar.is-info {
    background-color: #209cee;
    color: #fff; }
    .navbar.is-info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active {
      background-color: #118fe4;
      color: #fff; }
    .navbar.is-info .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (min-width: 1101px) {
      .navbar.is-info .navbar-start > .navbar-item,
      .navbar.is-info .navbar-start .navbar-link,
      .navbar.is-info .navbar-end > .navbar-item,
      .navbar.is-info .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
      .navbar.is-info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active {
        background-color: #118fe4;
        color: #fff; }
      .navbar.is-info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #118fe4;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #209cee;
        color: #fff; } }
  .navbar > .container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.75rem;
    width: 100%; }
  .navbar.has-shadow {
    box-shadow: 0 2px 0 0 #e7e7e7; }
  .navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom {
    bottom: 0; }
    .navbar.is-fixed-bottom.has-shadow {
      box-shadow: 0 -2px 0 0 #e7e7e7; }
  .navbar.is-fixed-top {
    top: 0; }

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.75rem; }

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.75rem; }

.navbar-brand,
.navbar-tabs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
    /* 红色背景高度 */
  min-height: 2.5rem; }

.navbar-brand a.navbar-item:hover {
  background-color: transparent; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  cursor: pointer;
  display: block;
  /* 图标高度 */
  height: 2.5rem;
  position: relative;
  width: 3.75rem;
  margin-left: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transition-duration: 86ms;
         -o-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, -webkit-transform;
    -o-transition-property: background-color, opacity, -o-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform, -o-transform;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    width: 16px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
         -o-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
         -o-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative; }
  .navbar-item .icon:only-child,
  .navbar-link .icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }

a.navbar-item,
.navbar-link {
  cursor: pointer; }
  a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: transparent;
    color: #A61D2A; }

.navbar-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .navbar-item img {
    max-height: 1.75rem; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.75rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #3273dc; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #3273dc;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #3273dc;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.navbar-link {
  padding-right: 2.5em; }
  .navbar-link::after {
    border-color: #3273dc;
    margin-top: -0.375em;
    right: 1.125em; }

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.navbar-divider {
  background-color: #e7e7e7;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media screen and (max-width: 1100px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-link::after {
    display: none; }
  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.75rem);
    overflow: auto; }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.75rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.75rem; } }

@media screen and (min-width: 1101px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar {
    min-height: 3.75rem; }
    .navbar.is-spaced {
      padding: 1rem 2rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 4px; }
    .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: #fff;
      color: #A61D2A; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: #fff;
      color: #A61D2A; }
  .navbar-burger {
    display: none; }
  .navbar-item,
  .navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navbar-item.has-dropdown {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .navbar-item.has-dropdown-up .navbar-link::after {
      -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
           -o-transform: rotate(135deg) translate(0.25em, -0.25em);
              transform: rotate(135deg) translate(0.25em, -0.25em); }
    .navbar-item.has-dropdown-up .navbar-dropdown {
      border-bottom: 2px solid #dbdbdb;
      border-radius: 6px 6px 0 0;
      border-top: none;
      bottom: 100%;
      box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
      top: auto; }
    .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
      display: block; }
      .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); }
  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
    .navbar-dropdown a.navbar-item {
      padding-right: 3rem; }
      .navbar-dropdown a.navbar-item:hover {
        background-color: #fff;
        color: #A61D2A; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #A61D2A; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 6px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      -webkit-transform: translateY(-5px);
           -o-transform: translateY(-5px);
              transform: translateY(-5px);
      -webkit-transition-duration: 86ms;
           -o-transition-duration: 86ms;
              transition-duration: 86ms;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: opacity, -o-transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform, -o-transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }
  .navbar-divider {
    display: block; }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -1rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -1rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.75rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.75rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.75rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.75rem; }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #A61D2A; }
  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent; } }

.level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .level code {
    border-radius: 4px; }
  .level img {
    display: inline-block;
    vertical-align: top; }
  .level.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .level.is-mobile .level-left,
    .level.is-mobile .level-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .level.is-mobile .level-left + .level-right {
      margin-top: 0; }
    .level.is-mobile .level-item {
      margin-right: 0.75rem; }
      .level.is-mobile .level-item:not(:last-child) {
        margin-bottom: 0; }
      .level.is-mobile .level-item:not(.is-narrow) {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
  @media screen and (min-width: 1100px), print {
    .level {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .level > .level-item:not(.is-narrow) {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }

.level-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .level-item .title,
  .level-item .subtitle {
    margin-bottom: 0; }
  @media screen and (max-width: 1099px) {
    .level-item:not(:last-child) {
      margin-bottom: 0.75rem; } }

.level-left,
.level-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .level-left .level-item.is-flexible,
  .level-right .level-item.is-flexible {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media screen and (min-width: 1100px), print {
    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
      margin-right: 0.75rem; } }

.level-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 1099px) {
    .level-left + .level-right {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 1100px), print {
    .level-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.level-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (min-width: 1100px), print {
    .level-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.card {
  background-color: #fff;
  box-shadow: 3px 3px 10px 5px rgba(10, 10, 10, 0.15);
  color: #4a4a4a;
  max-width: 100%;
  position: relative; }

.card-header {
  background-color: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card-header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem; }
  .card-header-title.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.card-header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem; }

.card-image {
  display: block;
  position: relative; }

.card-content {
  background-color: none;
  padding: 1.5rem; }

.card-footer {
  background-color: none;
  border-top: 1px solid #eee;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card-footer-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #eee; }

.card .media:not(:last-child) {
  margin-bottom: 0.75rem; }

.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media + .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: left; }

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
  .tabs li {
    display: block; }
    .tabs li.is-active a {
      border-bottom-color: #3273dc;
      color: #3273dc; }
  .tabs ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .tabs ul.is-left {
      padding-right: 0.75em; }
    .tabs ul.is-center {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .tabs ul.is-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: 0.75em; }
  .tabs .icon:first-child {
    margin-right: 0.5em; }
  .tabs .icon:last-child {
    margin-left: 0.5em; }
  .tabs.is-centered ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tabs.is-right ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
    .tabs.is-boxed a:hover {
      background-color: #e7e7e7;
      border-bottom-color: #dbdbdb; }
  .tabs.is-boxed li.is-active a {
    background-color: #fff;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important; }
  .tabs.is-fullwidth li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: #e7e7e7;
      border-color: #b5b5b5;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-radius: 4px 0 0 4px; }
  .tabs.is-toggle li:last-child a {
    border-radius: 0 4px 4px 0; }
  .tabs.is-toggle li.is-active a {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 1.25em; }
  .tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-right: 1.25em; }
  .tabs.is-small {
    font-size: 0.75rem; }
  .tabs.is-medium {
    font-size: 1.25rem; }
  .tabs.is-large {
    font-size: 1.5rem; }

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap; }
  .breadcrumb a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3273dc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0.75em; }
    .breadcrumb a:hover {
      color: #363636; }
  .breadcrumb li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumb li:first-child a {
      padding-left: 0; }
    .breadcrumb li.is-active a {
      color: #363636;
      cursor: default;
      pointer-events: none; }
    .breadcrumb li + li::before {
      color: #b5b5b5;
      content: "\0002f"; }
  .breadcrumb ul,
  .breadcrumb ol {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .breadcrumb .icon:first-child {
    margin-right: 0.5em; }
  .breadcrumb .icon:last-child {
    margin-left: 0.5em; }
  .breadcrumb.is-centered ol,
  .breadcrumb.is-centered ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .breadcrumb.is-small {
    font-size: 0.75rem; }
  .breadcrumb.is-medium {
    font-size: 1.25rem; }
  .breadcrumb.is-large {
    font-size: 1.5rem; }
  .breadcrumb.has-arrow-separator li + li::before {
    content: "\02192"; }
  .breadcrumb.has-bullet-separator li + li::before {
    content: "\02022"; }
  .breadcrumb.has-dot-separator li + li::before {
    content: "\000b7"; }
  .breadcrumb.has-succeeds-separator li + li::before {
    content: "\0227B"; }

.pagination {
  font-size: 1rem;
  margin: -0.25rem; }
  .pagination.is-small {
    font-size: 0.75rem; }
  .pagination.is-medium {
    font-size: 1.25rem; }
  .pagination.is-large {
    font-size: 1.5rem; }
  .pagination.is-rounded .pagination-previous,
  .pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0; }
  .pagination.is-rounded .pagination-link {
    border-radius: 0; }

.pagination,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.25rem;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #eee;
  color: #333;
  min-width: 2.25em; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #b5b5b5;
    color: #363636; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #3273dc; }
  .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
  .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: 0.5; }

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }

.pagination-link.is-current {
  background-color: #333;
  border-color: #333;
  color: #fff; }

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none; }

.pagination-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 1099px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .pagination-previous,
  .pagination-next {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; } }

@media screen and (min-width: 1100px), print {
  .pagination-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .pagination-previous {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .pagination.is-centered .pagination-previous {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .pagination.is-centered .pagination-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .pagination.is-centered .pagination-next {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .pagination.is-right .pagination-previous {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .pagination.is-right .pagination-next {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .pagination.is-right .pagination-list {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }

.menu {
  font-size: 1rem; }
  .menu.is-small {
    font-size: 0.75rem; }
  .menu.is-medium {
    font-size: 1.25rem; }
  .menu.is-large {
    font-size: 1.5rem; }

.menu-list, .woocommerce-account .woocommerce-MyAccount-navigation ul {
  line-height: 1.25; }
  .menu-list a, .woocommerce-account .woocommerce-MyAccount-navigation ul a {
    border-radius: 2px;
    color: #4a4a4a;
    display: block;
    padding: 0.5em 0.75em; }
    .menu-list a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul a:hover {
      background-color: #e7e7e7;
      color: #363636; }
    .menu-list a.is-active, .woocommerce-account .woocommerce-MyAccount-navigation ul a.is-active {
      background-color: #3273dc;
      color: #fff; }
  .menu-list li ul, .woocommerce-account .woocommerce-MyAccount-navigation ul li ul {
    border-left: 1px solid #dbdbdb;
    margin: 0.75em;
    padding-left: 0.75em; }

.menu-label {
  color: #666;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .menu-label:not(:first-child) {
    margin-top: 1em; }
  .menu-label:not(:last-child) {
    margin-bottom: 1em; }

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
  .tabs li {
    display: block; }
    .tabs li.is-active a {
      border-bottom-color: #3273dc;
      color: #3273dc; }
  .tabs ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .tabs ul.is-left {
      padding-right: 0.75em; }
    .tabs ul.is-center {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .tabs ul.is-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: 0.75em; }
  .tabs .icon:first-child {
    margin-right: 0.5em; }
  .tabs .icon:last-child {
    margin-left: 0.5em; }
  .tabs.is-centered ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tabs.is-right ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
    .tabs.is-boxed a:hover {
      background-color: #e7e7e7;
      border-bottom-color: #dbdbdb; }
  .tabs.is-boxed li.is-active a {
    background-color: #fff;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important; }
  .tabs.is-fullwidth li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: #e7e7e7;
      border-color: #b5b5b5;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-radius: 4px 0 0 4px; }
  .tabs.is-toggle li:last-child a {
    border-radius: 0 4px 4px 0; }
  .tabs.is-toggle li.is-active a {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 1.25em; }
  .tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-right: 1.25em; }
  .tabs.is-small {
    font-size: 0.75rem; }
  .tabs.is-medium {
    font-size: 1.25rem; }
  .tabs.is-large {
    font-size: 1.5rem; }

.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top; }
  .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block; }
  .dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0; }
  .dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto; }

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20; }

.dropdown-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative; }

a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap; }
  a.dropdown-item:hover {
    background-color: #e7e7e7;
    color: #000; }
  a.dropdown-item.is-active {
    background-color: #3273dc;
    color: #fff; }

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0; }

.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40; }
  .modal.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.modal-background {
  background-color: rgba(0, 0, 0, 0.86); }

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1100px), print {
    .modal-content,
    .modal-card {
      margin: 0 auto;
      max-height: calc(100vh - 40px);
      width: 640px; } }

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px; }

.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden; }

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  position: relative; }

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.modal-card-title {
  color: #363636;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1; }

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb; }
  .modal-card-foot .button:not(:last-child) {
    margin-right: 10px; }

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  padding: 20px; }

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem;
  width: 1.5rem; }
  .icon.is-small {
    height: 1rem;
    width: 1rem; }
  .icon.is-medium {
    height: 2rem;
    width: 2rem; }
  .icon.is-large {
    height: 3rem;
    width: 3rem; }

.input, .select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single,
.woocommerce form .form-row input.input-text,
.textarea,
.woocommerce form .form-row textarea {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  width: 100%; }
  .input::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder,
  .select2-container--default .select2-selection--single::-moz-placeholder,
  .woocommerce form .form-row input.input-text::-moz-placeholder,
  .textarea::-moz-placeholder,
  .woocommerce form .form-row textarea::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input::-webkit-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder,
  .select2-container--default .select2-selection--single::-webkit-input-placeholder,
  .woocommerce form .form-row input.input-text::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder,
  .woocommerce form .form-row textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:-moz-placeholder,
  .select2-container--default .select2-selection--single:-moz-placeholder,
  .woocommerce form .form-row input.input-text:-moz-placeholder,
  .textarea:-moz-placeholder,
  .woocommerce form .form-row textarea:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-ms-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder,
  .select2-container--default .select2-selection--single:-ms-input-placeholder,
  .woocommerce form .form-row input.input-text:-ms-input-placeholder,
  .textarea:-ms-input-placeholder,
  .woocommerce form .form-row textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:hover, .select2-container--default .select2-search--dropdown .select2-search__field:hover,
  .select2-container--default .select2-selection--single:hover,
  .woocommerce form .form-row input.input-text:hover, .input.is-hovered, .select2-container--default .select2-search--dropdown .is-hovered.select2-search__field,
  .select2-container--default .is-hovered.select2-selection--single,
  .woocommerce form .form-row input.is-hovered.input-text,
  .textarea:hover,
  .woocommerce form .form-row textarea:hover,
  .textarea.is-hovered,
  .woocommerce form .form-row textarea.is-hovered {
    border-color: #b5b5b5; }
  .input:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus,
  .select2-container--default .select2-selection--single:focus,
  .woocommerce form .form-row input.input-text:focus, .input.is-focused, .select2-container--default .select2-search--dropdown .is-focused.select2-search__field,
  .select2-container--default .is-focused.select2-selection--single,
  .woocommerce form .form-row input.is-focused.input-text, .input:active, .select2-container--default .select2-search--dropdown .select2-search__field:active,
  .select2-container--default .select2-selection--single:active,
  .woocommerce form .form-row input.input-text:active, .input.is-active, .select2-container--default .select2-search--dropdown .is-active.select2-search__field,
  .select2-container--default .is-active.select2-selection--single,
  .woocommerce form .form-row input.is-active.input-text,
  .textarea:focus,
  .woocommerce form .form-row textarea:focus,
  .textarea.is-focused,
  .woocommerce form .form-row textarea.is-focused,
  .textarea:active,
  .woocommerce form .form-row textarea:active,
  .textarea.is-active,
  .woocommerce form .form-row textarea.is-active {
    border-color: #3273dc;
    box-shadow: 0 transparent; }
  .input[disabled], .select2-container--default .select2-search--dropdown .select2-search__field[disabled],
  .select2-container--default .select2-selection--single[disabled],
  .woocommerce form .form-row input.input-text[disabled],
  .textarea[disabled],
  .woocommerce form .form-row textarea[disabled] {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    box-shadow: none;
    color: #666; }
    .input[disabled]::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field[disabled]::-moz-placeholder,
    .select2-container--default .select2-selection--single[disabled]::-moz-placeholder,
    .woocommerce form .form-row input.input-text[disabled]::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder,
    .woocommerce form .form-row textarea[disabled]::-moz-placeholder {
      color: rgba(102, 102, 102, 0.3); }
    .input[disabled]::-webkit-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field[disabled]::-webkit-input-placeholder,
    .select2-container--default .select2-selection--single[disabled]::-webkit-input-placeholder,
    .woocommerce form .form-row input.input-text[disabled]::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder,
    .woocommerce form .form-row textarea[disabled]::-webkit-input-placeholder {
      color: rgba(102, 102, 102, 0.3); }
    .input[disabled]:-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field[disabled]:-moz-placeholder,
    .select2-container--default .select2-selection--single[disabled]:-moz-placeholder,
    .woocommerce form .form-row input.input-text[disabled]:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder,
    .woocommerce form .form-row textarea[disabled]:-moz-placeholder {
      color: rgba(102, 102, 102, 0.3); }
    .input[disabled]:-ms-input-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field[disabled]:-ms-input-placeholder,
    .select2-container--default .select2-selection--single[disabled]:-ms-input-placeholder,
    .woocommerce form .form-row input.input-text[disabled]:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder,
    .woocommerce form .form-row textarea[disabled]:-ms-input-placeholder {
      color: rgba(102, 102, 102, 0.3); }
  .input[readonly], .select2-container--default .select2-search--dropdown .select2-search__field[readonly],
  .select2-container--default .select2-selection--single[readonly],
  .woocommerce form .form-row input.input-text[readonly],
  .textarea[readonly],
  .woocommerce form .form-row textarea[readonly] {
    box-shadow: none; }
  .input.is-primary, .select2-container--default .select2-search--dropdown .is-primary.select2-search__field,
  .select2-container--default .is-primary.select2-selection--single,
  .woocommerce form .form-row input.is-primary.input-text,
  .textarea.is-primary,
  .woocommerce form .form-row textarea.is-primary {
    border-color: #A61D2A; }
    .input.is-primary:focus, .select2-container--default .select2-search--dropdown .is-primary.select2-search__field:focus,
    .select2-container--default .is-primary.select2-selection--single:focus,
    .woocommerce form .form-row input.is-primary.input-text:focus, .input.is-primary.is-focused, .select2-container--default .select2-search--dropdown .is-primary.is-focused.select2-search__field,
    .select2-container--default .is-primary.is-focused.select2-selection--single,
    .woocommerce form .form-row input.is-primary.is-focused.input-text, .input.is-primary:active, .select2-container--default .select2-search--dropdown .is-primary.select2-search__field:active,
    .select2-container--default .is-primary.select2-selection--single:active,
    .woocommerce form .form-row input.is-primary.input-text:active, .input.is-primary.is-active, .select2-container--default .select2-search--dropdown .is-primary.is-active.select2-search__field,
    .select2-container--default .is-primary.is-active.select2-selection--single,
    .woocommerce form .form-row input.is-primary.is-active.input-text,
    .textarea.is-primary:focus,
    .woocommerce form .form-row textarea.is-primary:focus,
    .textarea.is-primary.is-focused,
    .woocommerce form .form-row textarea.is-primary.is-focused,
    .textarea.is-primary:active,
    .woocommerce form .form-row textarea.is-primary:active,
    .textarea.is-primary.is-active,
    .woocommerce form .form-row textarea.is-primary.is-active {
      box-shadow: 0 rgba(166, 29, 42, 0.25); }
  .input.is-link, .select2-container--default .select2-search--dropdown .is-link.select2-search__field,
  .select2-container--default .is-link.select2-selection--single,
  .woocommerce form .form-row input.is-link.input-text,
  .textarea.is-link,
  .woocommerce form .form-row textarea.is-link {
    border-color: #3273dc; }
    .input.is-link:focus, .select2-container--default .select2-search--dropdown .is-link.select2-search__field:focus,
    .select2-container--default .is-link.select2-selection--single:focus,
    .woocommerce form .form-row input.is-link.input-text:focus, .input.is-link.is-focused, .select2-container--default .select2-search--dropdown .is-link.is-focused.select2-search__field,
    .select2-container--default .is-link.is-focused.select2-selection--single,
    .woocommerce form .form-row input.is-link.is-focused.input-text, .input.is-link:active, .select2-container--default .select2-search--dropdown .is-link.select2-search__field:active,
    .select2-container--default .is-link.select2-selection--single:active,
    .woocommerce form .form-row input.is-link.input-text:active, .input.is-link.is-active, .select2-container--default .select2-search--dropdown .is-link.is-active.select2-search__field,
    .select2-container--default .is-link.is-active.select2-selection--single,
    .woocommerce form .form-row input.is-link.is-active.input-text,
    .textarea.is-link:focus,
    .woocommerce form .form-row textarea.is-link:focus,
    .textarea.is-link.is-focused,
    .woocommerce form .form-row textarea.is-link.is-focused,
    .textarea.is-link:active,
    .woocommerce form .form-row textarea.is-link:active,
    .textarea.is-link.is-active,
    .woocommerce form .form-row textarea.is-link.is-active {
      box-shadow: 0 rgba(50, 115, 220, 0.25); }
  .input.is-info, .select2-container--default .select2-search--dropdown .is-info.select2-search__field,
  .select2-container--default .is-info.select2-selection--single,
  .woocommerce form .form-row input.is-info.input-text,
  .textarea.is-info,
  .woocommerce form .form-row textarea.is-info {
    border-color: #209cee; }
    .input.is-info:focus, .select2-container--default .select2-search--dropdown .is-info.select2-search__field:focus,
    .select2-container--default .is-info.select2-selection--single:focus,
    .woocommerce form .form-row input.is-info.input-text:focus, .input.is-info.is-focused, .select2-container--default .select2-search--dropdown .is-info.is-focused.select2-search__field,
    .select2-container--default .is-info.is-focused.select2-selection--single,
    .woocommerce form .form-row input.is-info.is-focused.input-text, .input.is-info:active, .select2-container--default .select2-search--dropdown .is-info.select2-search__field:active,
    .select2-container--default .is-info.select2-selection--single:active,
    .woocommerce form .form-row input.is-info.input-text:active, .input.is-info.is-active, .select2-container--default .select2-search--dropdown .is-info.is-active.select2-search__field,
    .select2-container--default .is-info.is-active.select2-selection--single,
    .woocommerce form .form-row input.is-info.is-active.input-text,
    .textarea.is-info:focus,
    .woocommerce form .form-row textarea.is-info:focus,
    .textarea.is-info.is-focused,
    .woocommerce form .form-row textarea.is-info.is-focused,
    .textarea.is-info:active,
    .woocommerce form .form-row textarea.is-info:active,
    .textarea.is-info.is-active,
    .woocommerce form .form-row textarea.is-info.is-active {
      box-shadow: 0 rgba(32, 156, 238, 0.25); }
  .input.is-small, .select2-container--default .select2-search--dropdown .is-small.select2-search__field,
  .select2-container--default .is-small.select2-selection--single,
  .woocommerce form .form-row input.is-small.input-text,
  .textarea.is-small,
  .woocommerce form .form-row textarea.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .input.is-medium, .select2-container--default .select2-search--dropdown .is-medium.select2-search__field,
  .select2-container--default .is-medium.select2-selection--single,
  .woocommerce form .form-row input.is-medium.input-text,
  .textarea.is-medium,
  .woocommerce form .form-row textarea.is-medium {
    font-size: 1.25rem; }
  .input.is-large, .select2-container--default .select2-search--dropdown .is-large.select2-search__field,
  .select2-container--default .is-large.select2-selection--single,
  .woocommerce form .form-row input.is-large.input-text,
  .textarea.is-large,
  .woocommerce form .form-row textarea.is-large {
    font-size: 1.5rem; }
  .input.is-fullwidth, .select2-container--default .select2-search--dropdown .is-fullwidth.select2-search__field,
  .select2-container--default .is-fullwidth.select2-selection--single,
  .woocommerce form .form-row input.is-fullwidth.input-text,
  .textarea.is-fullwidth,
  .woocommerce form .form-row textarea.is-fullwidth {
    display: block;
    width: 100%; }
  .input.is-inline, .select2-container--default .select2-search--dropdown .is-inline.select2-search__field,
  .select2-container--default .is-inline.select2-selection--single,
  .woocommerce form .form-row input.is-inline.input-text,
  .textarea.is-inline,
  .woocommerce form .form-row textarea.is-inline {
    display: inline;
    width: auto; }

.input.is-rounded, .select2-container--default .select2-search--dropdown .is-rounded.select2-search__field,
.select2-container--default .is-rounded.select2-selection--single,
.woocommerce form .form-row input.is-rounded.input-text {
  border-radius: 0;
  padding-left: 1em;
  padding-right: 1em; }

.input.is-static, .select2-container--default .select2-search--dropdown .is-static.select2-search__field,
.select2-container--default .is-static.select2-selection--single,
.woocommerce form .form-row input.is-static.input-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }


.textarea,
.woocommerce form .form-row textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical; }
  .textarea:not([rows]), .woocommerce form .form-row textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
  .textarea[rows], .woocommerce form .form-row textarea[rows] {
    height: initial; }
  .textarea.has-fixed-size, .woocommerce form .form-row textarea.has-fixed-size {
    resize: none; }

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input,
  .radio input {
    cursor: pointer; }
  .checkbox:hover,
  .radio:hover {
    color: #363636; }
  .checkbox[disabled],
  .radio[disabled] {
    color: #666;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 2.25em; }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #3273dc;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 0;
    padding-left: 1em; }
  .select select {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select::-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:hover, .select select.is-hovered {
      border-color: #b5b5b5; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #3273dc;
      box-shadow: 0 transparent; }
    .select select[disabled] {
      background-color: #e7e7e7;
      border-color: #e7e7e7;
      box-shadow: none;
      color: #666; }
      .select select[disabled]::-moz-placeholder {
        color: rgba(102, 102, 102, 0.3); }
      .select select[disabled]::-webkit-input-placeholder {
        color: rgba(102, 102, 102, 0.3); }
      .select select[disabled]:-moz-placeholder {
        color: rgba(102, 102, 102, 0.3); }
      .select select[disabled]:-ms-input-placeholder {
        color: rgba(102, 102, 102, 0.3); }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover {
      border-color: #e7e7e7; }
    .select select:not([multiple]) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: initial;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
  .select.is-primary:not(:hover)::after {
    border-color: #A61D2A; }
  .select.is-primary select {
    border-color: #A61D2A; }
    .select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #901925; }
    .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
      box-shadow: 0 rgba(166, 29, 42, 0.25); }
  .select.is-link:not(:hover)::after {
    border-color: #3273dc; }
  .select.is-link select {
    border-color: #3273dc; }
    .select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: #2366d1; }
    .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
      box-shadow: 0 rgba(50, 115, 220, 0.25); }
  .select.is-info:not(:hover)::after {
    border-color: #209cee; }
  .select.is-info select {
    border-color: #209cee; }
    .select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #118fe4; }
    .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
      box-shadow: 0 rgba(32, 156, 238, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .select.is-medium {
    font-size: 1.25rem; }
  .select.is-large {
    font-size: 1.5rem; }
  .select.is-disabled::after {
    border-color: #666; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    -webkit-transform: none;
         -o-transform: none;
            transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.75rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }
  .file.is-primary .file-cta {
    background-color: #A61D2A;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #9b1b27;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(166, 29, 42, 0.25);
    color: #fff; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #901925;
    border-color: transparent;
    color: #fff; }
  .file.is-link .file-cta {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff; }
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #276cda;
    border-color: transparent;
    color: #fff; }
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
    color: #fff; }
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff; }
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
    color: #fff; }
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff; }
  .file.is-small {
    font-size: 0.75rem; }
  .file.is-medium {
    font-size: 1.25rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.5rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.has-name.is-empty .file-cta {
    border-radius: 4px; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-boxed .file-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .file.is-boxed .file-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px; }
  .file.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none; }
  .file.is-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .file.is-right .file-cta {
      border-radius: 0 4px 4px 0; }
    .file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      border-width: 1px 0 1px 1px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636; }
  .file-label:hover .file-name {
    border-color: #d5d5d5; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
  .file-label:active .file-name {
    border-color: #cfcfcf; }

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em; }

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis; }

.file-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
  .file-icon .fa {
    font-size: 14px; }

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 0.75rem; }
  .label.is-medium {
    font-size: 1.25rem; }
  .label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
  .help.is-primary {
    color: #A61D2A; }
  .help.is-link {
    color: #3273dc; }
  .help.is-info {
    color: #209cee; }

.field:not(:last-child) {
  margin-bottom: 0.75rem; }

.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select2-container--default .select2-search--dropdown .select2-search__field,
  .select2-container--default .select2-search--dropdown .field.has-addons .control:not(:first-child):not(:last-child) .select2-search__field,
  .field.has-addons .control:not(:first-child):not(:last-child) .select2-container--default .select2-selection--single,
  .select2-container--default .field.has-addons .control:not(:first-child):not(:last-child) .select2-selection--single,
  .field.has-addons .control:not(:first-child):not(:last-child) .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .field.has-addons .control:not(:first-child):not(:last-child) input.input-text,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
  .field.has-addons .control:first-child .button,
  .field.has-addons .control:first-child .input,
  .field.has-addons .control:first-child .select2-container--default .select2-search--dropdown .select2-search__field,
  .select2-container--default .select2-search--dropdown .field.has-addons .control:first-child .select2-search__field,
  .field.has-addons .control:first-child .select2-container--default .select2-selection--single,
  .select2-container--default .field.has-addons .control:first-child .select2-selection--single,
  .field.has-addons .control:first-child .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .field.has-addons .control:first-child input.input-text,
  .field.has-addons .control:first-child .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .field.has-addons .control:last-child .button,
  .field.has-addons .control:last-child .input,
  .field.has-addons .control:last-child .select2-container--default .select2-search--dropdown .select2-search__field,
  .select2-container--default .select2-search--dropdown .field.has-addons .control:last-child .select2-search__field,
  .field.has-addons .control:last-child .select2-container--default .select2-selection--single,
  .select2-container--default .field.has-addons .control:last-child .select2-selection--single,
  .field.has-addons .control:last-child .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .field.has-addons .control:last-child input.input-text,
  .field.has-addons .control:last-child .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
  .field.has-addons .control .input:hover,
  .field.has-addons .control .select2-container--default .select2-search--dropdown .select2-search__field:hover,
  .select2-container--default .select2-search--dropdown .field.has-addons .control .select2-search__field:hover,
  .field.has-addons .control .select2-container--default .select2-selection--single:hover,
  .select2-container--default .field.has-addons .control .select2-selection--single:hover,
  .field.has-addons .control .woocommerce form .form-row input.input-text:hover,
  .woocommerce form .form-row .field.has-addons .control input.input-text:hover,
  .field.has-addons .control .input.is-hovered,
  .field.has-addons .control .select2-container--default .select2-search--dropdown .is-hovered.select2-search__field,
  .select2-container--default .select2-search--dropdown .field.has-addons .control .is-hovered.select2-search__field,
  .field.has-addons .control .select2-container--default .is-hovered.select2-selection--single,
  .select2-container--default .field.has-addons .control .is-hovered.select2-selection--single,
  .field.has-addons .control .woocommerce form .form-row input.is-hovered.input-text,
  .woocommerce form .form-row .field.has-addons .control input.is-hovered.input-text,
  .field.has-addons .control .select select:hover,
  .field.has-addons .control .select select.is-hovered {
    z-index: 2; }
  .field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
  .field.has-addons .control .input:focus,
  .field.has-addons .control .select2-container--default .select2-search--dropdown .select2-search__field:focus,
  .select2-container--default .select2-search--dropdown .field.has-addons .control .select2-search__field:focus,
  .field.has-addons .control .select2-container--default .select2-selection--single:focus,
  .select2-container--default .field.has-addons .control .select2-selection--single:focus,
  .field.has-addons .control .woocommerce form .form-row input.input-text:focus,
  .woocommerce form .form-row .field.has-addons .control input.input-text:focus,
  .field.has-addons .control .input.is-focused,
  .field.has-addons .control .select2-container--default .select2-search--dropdown .is-focused.select2-search__field,
  .select2-container--default .select2-search--dropdown .field.has-addons .control .is-focused.select2-search__field,
  .field.has-addons .control .select2-container--default .is-focused.select2-selection--single,
  .select2-container--default .field.has-addons .control .is-focused.select2-selection--single,
  .field.has-addons .control .woocommerce form .form-row input.is-focused.input-text,
  .woocommerce form .form-row .field.has-addons .control input.is-focused.input-text,
  .field.has-addons .control .input:active,
  .field.has-addons .control .select2-container--default .select2-search--dropdown .select2-search__field:active,
  .select2-container--default .select2-search--dropdown .field.has-addons .control .select2-search__field:active,
  .field.has-addons .control .select2-container--default .select2-selection--single:active,
  .select2-container--default .field.has-addons .control .select2-selection--single:active,
  .field.has-addons .control .woocommerce form .form-row input.input-text:active,
  .woocommerce form .form-row .field.has-addons .control input.input-text:active,
  .field.has-addons .control .input.is-active,
  .field.has-addons .control .select2-container--default .select2-search--dropdown .is-active.select2-search__field,
  .select2-container--default .select2-search--dropdown .field.has-addons .control .is-active.select2-search__field,
  .field.has-addons .control .select2-container--default .is-active.select2-selection--single,
  .select2-container--default .field.has-addons .control .is-active.select2-selection--single,
  .field.has-addons .control .woocommerce form .form-row input.is-active.input-text,
  .woocommerce form .form-row .field.has-addons .control input.is-active.input-text,
  .field.has-addons .control .select select:focus,
  .field.has-addons .control .select select.is-focused,
  .field.has-addons .control .select select:active,
  .field.has-addons .control .select select.is-active {
    z-index: 3; }
    .field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
    .field.has-addons .control .input:focus:hover,
    .field.has-addons .control .select2-container--default .select2-search--dropdown .select2-search__field:focus:hover,
    .select2-container--default .select2-search--dropdown .field.has-addons .control .select2-search__field:focus:hover,
    .field.has-addons .control .select2-container--default .select2-selection--single:focus:hover,
    .select2-container--default .field.has-addons .control .select2-selection--single:focus:hover,
    .field.has-addons .control .woocommerce form .form-row input.input-text:focus:hover,
    .woocommerce form .form-row .field.has-addons .control input.input-text:focus:hover,
    .field.has-addons .control .input.is-focused:hover,
    .field.has-addons .control .select2-container--default .select2-search--dropdown .is-focused.select2-search__field:hover,
    .select2-container--default .select2-search--dropdown .field.has-addons .control .is-focused.select2-search__field:hover,
    .field.has-addons .control .select2-container--default .is-focused.select2-selection--single:hover,
    .select2-container--default .field.has-addons .control .is-focused.select2-selection--single:hover,
    .field.has-addons .control .woocommerce form .form-row input.is-focused.input-text:hover,
    .woocommerce form .form-row .field.has-addons .control input.is-focused.input-text:hover,
    .field.has-addons .control .input:active:hover,
    .field.has-addons .control .select2-container--default .select2-search--dropdown .select2-search__field:active:hover,
    .select2-container--default .select2-search--dropdown .field.has-addons .control .select2-search__field:active:hover,
    .field.has-addons .control .select2-container--default .select2-selection--single:active:hover,
    .select2-container--default .field.has-addons .control .select2-selection--single:active:hover,
    .field.has-addons .control .woocommerce form .form-row input.input-text:active:hover,
    .woocommerce form .form-row .field.has-addons .control input.input-text:active:hover,
    .field.has-addons .control .input.is-active:hover,
    .field.has-addons .control .select2-container--default .select2-search--dropdown .is-active.select2-search__field:hover,
    .select2-container--default .select2-search--dropdown .field.has-addons .control .is-active.select2-search__field:hover,
    .field.has-addons .control .select2-container--default .is-active.select2-selection--single:hover,
    .select2-container--default .field.has-addons .control .is-active.select2-selection--single:hover,
    .field.has-addons .control .woocommerce form .form-row input.is-active.input-text:hover,
    .woocommerce form .form-row .field.has-addons .control input.is-active.input-text:hover,
    .field.has-addons .control .select select:focus:hover,
    .field.has-addons .control .select select.is-focused:hover,
    .field.has-addons .control .select select:active:hover,
    .field.has-addons .control .select select.is-active:hover {
      z-index: 4; }
  .field.has-addons .control.is-expanded {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .field.has-addons.has-addons-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .field.has-addons.has-addons-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .field.is-grouped > .control {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .field.is-grouped > .control.is-expanded {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .field.is-grouped.is-grouped-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }

@media screen and (min-width: 1100px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.field-label .label {
  font-size: inherit; }

@media screen and (max-width: 1099px) {
  .field-label {
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 1100px), print {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }

.field-body .field .field {
  margin-bottom: 0; }

@media screen and (min-width: 1100px), print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  font-size: 1rem;
  position: relative;
  text-align: left; }
  .control.has-icon .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icon .input:focus + .icon, .control.has-icon .select2-container--default .select2-search--dropdown .select2-search__field:focus + .icon, .select2-container--default .select2-search--dropdown .control.has-icon .select2-search__field:focus + .icon, .control.has-icon .select2-container--default .select2-selection--single:focus + .icon, .select2-container--default .control.has-icon .select2-selection--single:focus + .icon, .control.has-icon .woocommerce form .form-row input.input-text:focus + .icon, .woocommerce form .form-row .control.has-icon input.input-text:focus + .icon {
    color: #7a7a7a; }
  .control.has-icon .input.is-small + .icon, .control.has-icon .select2-container--default .select2-search--dropdown .is-small.select2-search__field + .icon, .select2-container--default .select2-search--dropdown .control.has-icon .is-small.select2-search__field + .icon, .control.has-icon .select2-container--default .is-small.select2-selection--single + .icon, .select2-container--default .control.has-icon .is-small.select2-selection--single + .icon, .control.has-icon .woocommerce form .form-row input.is-small.input-text + .icon, .woocommerce form .form-row .control.has-icon input.is-small.input-text + .icon {
    font-size: 0.75rem; }
  .control.has-icon .input.is-medium + .icon, .control.has-icon .select2-container--default .select2-search--dropdown .is-medium.select2-search__field + .icon, .select2-container--default .select2-search--dropdown .control.has-icon .is-medium.select2-search__field + .icon, .control.has-icon .select2-container--default .is-medium.select2-selection--single + .icon, .select2-container--default .control.has-icon .is-medium.select2-selection--single + .icon, .control.has-icon .woocommerce form .form-row input.is-medium.input-text + .icon, .woocommerce form .form-row .control.has-icon input.is-medium.input-text + .icon {
    font-size: 1.25rem; }
  .control.has-icon .input.is-large + .icon, .control.has-icon .select2-container--default .select2-search--dropdown .is-large.select2-search__field + .icon, .select2-container--default .select2-search--dropdown .control.has-icon .is-large.select2-search__field + .icon, .control.has-icon .select2-container--default .is-large.select2-selection--single + .icon, .select2-container--default .control.has-icon .is-large.select2-selection--single + .icon, .control.has-icon .woocommerce form .form-row input.is-large.input-text + .icon, .woocommerce form .form-row .control.has-icon input.is-large.input-text + .icon {
    font-size: 1.5rem; }
  .control.has-icon:not(.has-icon-right) .icon {
    left: 0; }
  .control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .control.has-icon:not(.has-icon-right) .select2-search__field,
  .control.has-icon:not(.has-icon-right) .select2-container--default .select2-selection--single, .select2-container--default .control.has-icon:not(.has-icon-right) .select2-selection--single,
  .control.has-icon:not(.has-icon-right) .woocommerce form .form-row input.input-text, .woocommerce form .form-row .control.has-icon:not(.has-icon-right) input.input-text {
    padding-left: 2.25em; }
  .control.has-icon.has-icon-right .icon {
    right: 0; }
  .control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .control.has-icon.has-icon-right .select2-search__field,
  .control.has-icon.has-icon-right .select2-container--default .select2-selection--single, .select2-container--default .control.has-icon.has-icon-right .select2-selection--single,
  .control.has-icon.has-icon-right .woocommerce form .form-row input.input-text, .woocommerce form .form-row .control.has-icon.has-icon-right input.input-text {
    padding-right: 2.25em; }
  .control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .select2-container--default .select2-search--dropdown .select2-search__field:focus ~ .icon, .select2-container--default .select2-search--dropdown .control.has-icons-left .select2-search__field:focus ~ .icon, .control.has-icons-left .select2-container--default .select2-selection--single:focus ~ .icon, .select2-container--default .control.has-icons-left .select2-selection--single:focus ~ .icon, .control.has-icons-left .woocommerce form .form-row input.input-text:focus ~ .icon, .woocommerce form .form-row .control.has-icons-left input.input-text:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .select2-container--default .select2-search--dropdown .select2-search__field:focus ~ .icon, .select2-container--default .select2-search--dropdown .control.has-icons-right .select2-search__field:focus ~ .icon, .control.has-icons-right .select2-container--default .select2-selection--single:focus ~ .icon, .select2-container--default .control.has-icons-right .select2-selection--single:focus ~ .icon, .control.has-icons-right .woocommerce form .form-row input.input-text:focus ~ .icon, .woocommerce form .form-row .control.has-icons-right input.input-text:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a; }
  .control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .select2-container--default .select2-search--dropdown .is-small.select2-search__field ~ .icon, .select2-container--default .select2-search--dropdown .control.has-icons-left .is-small.select2-search__field ~ .icon, .control.has-icons-left .select2-container--default .is-small.select2-selection--single ~ .icon, .select2-container--default .control.has-icons-left .is-small.select2-selection--single ~ .icon, .control.has-icons-left .woocommerce form .form-row input.is-small.input-text ~ .icon, .woocommerce form .form-row .control.has-icons-left input.is-small.input-text ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .select2-container--default .select2-search--dropdown .is-small.select2-search__field ~ .icon, .select2-container--default .select2-search--dropdown .control.has-icons-right .is-small.select2-search__field ~ .icon, .control.has-icons-right .select2-container--default .is-small.select2-selection--single ~ .icon, .select2-container--default .control.has-icons-right .is-small.select2-selection--single ~ .icon, .control.has-icons-right .woocommerce form .form-row input.is-small.input-text ~ .icon, .woocommerce form .form-row .control.has-icons-right input.is-small.input-text ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem; }
  .control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .select2-container--default .select2-search--dropdown .is-medium.select2-search__field ~ .icon, .select2-container--default .select2-search--dropdown .control.has-icons-left .is-medium.select2-search__field ~ .icon, .control.has-icons-left .select2-container--default .is-medium.select2-selection--single ~ .icon, .select2-container--default .control.has-icons-left .is-medium.select2-selection--single ~ .icon, .control.has-icons-left .woocommerce form .form-row input.is-medium.input-text ~ .icon, .woocommerce form .form-row .control.has-icons-left input.is-medium.input-text ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .select2-container--default .select2-search--dropdown .is-medium.select2-search__field ~ .icon, .select2-container--default .select2-search--dropdown .control.has-icons-right .is-medium.select2-search__field ~ .icon, .control.has-icons-right .select2-container--default .is-medium.select2-selection--single ~ .icon, .select2-container--default .control.has-icons-right .is-medium.select2-selection--single ~ .icon, .control.has-icons-right .woocommerce form .form-row input.is-medium.input-text ~ .icon, .woocommerce form .form-row .control.has-icons-right input.is-medium.input-text ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
  .control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .select2-container--default .select2-search--dropdown .is-large.select2-search__field ~ .icon, .select2-container--default .select2-search--dropdown .control.has-icons-left .is-large.select2-search__field ~ .icon, .control.has-icons-left .select2-container--default .is-large.select2-selection--single ~ .icon, .select2-container--default .control.has-icons-left .is-large.select2-selection--single ~ .icon, .control.has-icons-left .woocommerce form .form-row input.is-large.input-text ~ .icon, .woocommerce form .form-row .control.has-icons-left input.is-large.input-text ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .select2-container--default .select2-search--dropdown .is-large.select2-search__field ~ .icon, .select2-container--default .select2-search--dropdown .control.has-icons-right .is-large.select2-search__field ~ .icon, .control.has-icons-right .select2-container--default .is-large.select2-selection--single ~ .icon, .select2-container--default .control.has-icons-right .is-large.select2-selection--single ~ .icon, .control.has-icons-right .woocommerce form .form-row input.is-large.input-text ~ .icon, .woocommerce form .form-row .control.has-icons-right input.is-large.input-text ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icons-left .input, .control.has-icons-left .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .control.has-icons-left .select2-search__field,
  .control.has-icons-left .select2-container--default .select2-selection--single, .select2-container--default .control.has-icons-left .select2-selection--single,
  .control.has-icons-left .woocommerce form .form-row input.input-text, .woocommerce form .form-row .control.has-icons-left input.input-text,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input, .control.has-icons-right .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .control.has-icons-right .select2-search__field,
  .control.has-icons-right .select2-container--default .select2-selection--single, .select2-container--default .control.has-icons-right .select2-selection--single,
  .control.has-icons-right .woocommerce form .form-row input.input-text, .woocommerce form .form-row .control.has-icons-right input.input-text,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 0.75rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap; }
  .button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em; }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px); }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px); }
  .button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636; }
  .button:focus, .button.is-focused {
    border-color: #3273dc;
    color: #363636; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 rgba(50, 115, 220, 0.25); }
  .button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: #e7e7e7;
      color: #363636; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #dadada;
      color: #363636; }
    .button.is-text[disabled] {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-primary {
    background-color: #A61D2A;
    border-color: transparent;
    color: #fff; }
    .button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #9b1b27;
      border-color: transparent;
      color: #fff; }
    .button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
        box-shadow: 0 rgba(166, 29, 42, 0.25); }
    .button.is-primary:active, .button.is-primary.is-active {
      background-color: #901925;
      border-color: transparent;
      color: #fff; }
    .button.is-primary[disabled] {
      background-color: #A61D2A;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary.is-inverted {
      background-color: #fff;
      color: #A61D2A; }
      .button.is-primary.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #A61D2A; }
    .button.is-primary.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #A61D2A;
      color: #A61D2A; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
        background-color: #A61D2A;
        border-color: #A61D2A;
        color: #fff; }
      .button.is-primary.is-outlined.is-loading::after {
        border-color: transparent transparent #A61D2A #A61D2A !important; }
      .button.is-primary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #A61D2A;
        box-shadow: none;
        color: #A61D2A; }
    .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #A61D2A; }
      .button.is-primary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff; }
    .button.is-link:hover, .button.is-link.is-hovered {
      background-color: #276cda;
      border-color: transparent;
      color: #fff; }
    .button.is-link:focus, .button.is-link.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
        box-shadow: 0 rgba(50, 115, 220, 0.25); }
    .button.is-link:active, .button.is-link.is-active {
      background-color: #2366d1;
      border-color: transparent;
      color: #fff; }
    .button.is-link[disabled] {
      background-color: #3273dc;
      border-color: transparent;
      box-shadow: none; }
    .button.is-link.is-inverted {
      background-color: #fff;
      color: #3273dc; }
      .button.is-link.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-link.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #3273dc; }
    .button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-link.is-outlined {
      background-color: transparent;
      border-color: #3273dc;
      color: #3273dc; }
      .button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
        background-color: #3273dc;
        border-color: #3273dc;
        color: #fff; }
      .button.is-link.is-outlined.is-loading::after {
        border-color: transparent transparent #3273dc #3273dc !important; }
      .button.is-link.is-outlined[disabled] {
        background-color: transparent;
        border-color: #3273dc;
        box-shadow: none;
        color: #3273dc; }
    .button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #3273dc; }
      .button.is-link.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-info {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
    .button.is-info:hover, .button.is-info.is-hovered {
      background-color: #1496ed;
      border-color: transparent;
      color: #fff; }
    .button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
        box-shadow: 0 rgba(32, 156, 238, 0.25); }
    .button.is-info:active, .button.is-info.is-active {
      background-color: #118fe4;
      border-color: transparent;
      color: #fff; }
    .button.is-info[disabled] {
      background-color: #209cee;
      border-color: transparent;
      box-shadow: none; }
    .button.is-info.is-inverted {
      background-color: #fff;
      color: #209cee; }
      .button.is-info.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #209cee; }
    .button.is-info.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #209cee;
      color: #209cee; }
      .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
        background-color: #209cee;
        border-color: #209cee;
        color: #fff; }
      .button.is-info.is-outlined.is-loading::after {
        border-color: transparent transparent #209cee #209cee !important; }
      .button.is-info.is-outlined[disabled] {
        background-color: transparent;
        border-color: #209cee;
        box-shadow: none;
        color: #209cee; }
    .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #209cee; }
      .button.is-info.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .button.is-medium {
    font-size: 1.25rem; }
  .button.is-large {
    font-size: 1.5rem; }
  .button[disabled] {
    background-color: #fff;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded {
    border-radius: 0;
    padding-left: 1em;
    padding-right: 1em; }

.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .buttons .button {
    margin-bottom: 0.5rem; }
    .buttons .button:not(:last-child) {
      margin-right: 0.5rem; }
  .buttons:last-child {
    margin-bottom: -0.5rem; }
  .buttons:not(:last-child) {
    margin-bottom: 1rem; }
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
  .buttons.has-addons .button:last-child {
    margin-right: 0; }
  .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
  .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
    .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
  .buttons.has-addons .button.is-expanded {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .buttons.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .buttons.is-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.container {
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1101px) {
    .container {
      max-width: 1053px;
      width: 1053px; }
      .container.is-fluid {
        margin-left: 24px;
        margin-right: 24px;
        max-width: none;
        width: auto; } }
  @media screen and (max-width: 1247px) {
    .container.is-widescreen {
      max-width: 1200px;
      width: auto; } }
  @media screen and (max-width: 6147px) {
    .container.is-fullhd {
      max-width: 6100px;
      width: auto; } }
  @media screen and (min-width: 1248px) {
    .container {
      max-width: 1200px;
      width: 1200px; } }
  @media screen and (min-width: 6148px) {
    .container {
      max-width: 6100px;
      width: 6100px; } }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
    .image img.is-rounded {
      border-radius: 0; }
  .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-5by4 {
    padding-top: 80%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-5by3 {
    padding-top: 60%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-3by1 {
    padding-top: 33.3333%; }
  .image.is-4by5 {
    padding-top: 125%; }
  .image.is-3by4 {
    padding-top: 133.3333%; }
  .image.is-2by3 {
    padding-top: 150%; }
  .image.is-3by5 {
    padding-top: 166.6666%; }
  .image.is-9by16 {
    padding-top: 177.7777%; }
  .image.is-1by2 {
    padding-top: 200%; }
  .image.is-1by3 {
    padding-top: 300%; }
  .image.is-64x64 {
    height: 64px;
    width: 64px; }
  .image.is-128x128 {
    height: 128px;
    width: 128px; }

.box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem; }

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #3273dc; }

a.box:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px #3273dc; }

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
  .highlight pre {
    overflow: auto;
    max-width: 100%; }

.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e7e7e7;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }

.m-top-bar {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2; }
  @media screen and (max-width: 1100px) {
    .m-top-bar {
      display: none; } }
  @media screen and (max-width: 1099px) {
    .m-top-bar .level-left + .level-right {
      margin-top: 0; } }
  .m-top-bar.color-bar {
    border-bottom: 0; }
    .m-top-bar.color-bar a {
      color: rgba(255, 255, 255, 0.6); }
      .m-top-bar.color-bar a:hover {
        color: white !important; }
    .m-top-bar.color-bar ul.social-list li a i {
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .m-top-bar.color-bar ul.social-list li:last-child a i {
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .m-top-bar.color-bar .contact-details li a:before {
      color: rgba(255, 255, 255, 0.2); }
  .m-top-bar.dark-bar {
    background-color: #444;
    border-bottom: 0; }
    .m-top-bar.dark-bar a {
      color: rgba(255, 255, 255, 0.4); }
      .m-top-bar.dark-bar a:hover {
        color: white !important; }
    .m-top-bar.dark-bar ul.social-list li a i {
      border-left: 1px solid rgba(255, 255, 255, 0.08); }
    .m-top-bar.dark-bar ul.social-list li:last-child a i {
      border-right: 1px solid rgba(255, 255, 255, 0.08); }
    .m-top-bar.dark-bar .contact-details li a:before {
      color: rgba(255, 255, 255, 0.2); }
  .m-top-bar a {
    color: #aaa; }
  .m-top-bar .contact-details li {
    display: inline-block; }
    .m-top-bar .contact-details li a:before {
      position: relative;
      content: "|";
      font-size: 13px;
      margin: 0 3px;
      top: -1px;
      color: #ddd; }
    .m-top-bar .contact-details li:first-child a:before {
      display: none; }
    .m-top-bar .contact-details li a {
      font-size: 12px;
      display: block;
      line-height: 32px; }

.navbar-dropdown.is-boxed .is-boxed {
  padding: 0; }

@media screen and (min-width: 1101px) {
  .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media screen and (min-width: 1101px) {
  .navbar-item {
    font-size: 18px; }
    .navbar-item.is-active-parent {
      background: transparent; }
      .navbar-item.is-active-parent > .navbar-link {
        color: #A61D2A; }
        .navbar-item.is-active-parent > .navbar-link:after {
          border-color: #A61D2A; } }

@media screen and (min-width: 1101px) {
  .navbar-dropdown.is-boxed {
    border-radius: 0; } }

.navbar-link {
  padding-right: 2em; }
  .navbar-link.is-active:after {
    border-color: #fff; }

.navbar-link::after {
  border-color: #aaa; }

.navbar-top {
  z-index: 9; }
  .navbar-top .level {
    margin-bottom: 0; }
  .navbar-top.affix {
    padding: 0;
    width: 100%; }
    .navbar-top.affix img.custom-logo {
      padding: 8px;
      width: 60%; }
    @media screen and (min-width: 1100px), print {
      .navbar-top.affix {
        position: static !important; } }
  @media screen and (max-width: 1099px) {
    .navbar-top {
      padding: 0 !important; } }
  @media screen and (max-width: 1100px) {
    .navbar-top .navbar-brand a.custom-logo-link {
  /* log边框高度 */
      height: 2.5rem;
      line-height: 2.5rem;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center; } }
  .navbar-top .navbar-brand img.custom-logo {
    margin-left: 1rem;
    width: auto; }
    @media screen and (max-width: 1099px) {
      .navbar-top .navbar-brand img.custom-logo {
        height: 2.5rem;
        width: auto; } }
  @media screen and (max-width: 1099px) and (max-width: 1099px) {
    .navbar-top .navbar-brand img.custom-logo {
      margin-left: -3.75rem; } }
  .navbar-top .navbar-end {
    position: absolute;
    top: 50%;
    right: 0;
    height: 70px;
    margin-top: -35px; }

.navbar {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .navbar.affix {
    position: fixed; }

/*------------------------------------------*/
/*       02 - Header & Navigation */
/*------------------------------------------*/
.navbar-dropdown {
  padding-top: 0;
  padding-bottom: 0; }

header {
  width: 100%;
  z-index: 9999999; }
  header.style2 .navbar-top {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 1099px) {
      header.style2 .navbar-top .navbar-brand {
        width: 100%; } }
    header.style2 .navbar-top .navbar-brand img.custom-logo {
      margin-left: 0; }
      @media screen and (max-width: 1099px) {
        header.style2 .navbar-top .navbar-brand img.custom-logo {
          margin-left: -60px; } }
  header.style2 .affix .brand-bar {
    padding-top: 5px;
    padding-bottom: 5px; }
  header.style2 .brand-bar,
  header.style2 .menu-bar {
    width: 100%; }
  @media screen and (max-width: 1099px) {
    header.style2 .brand-bar {
      padding-top: 0;
      padding-bottom: 0; } }
  header.style2 .brand-bar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  header.style2 .brand-bar .navbar-end {
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    header.style2 .brand-bar .navbar-end #md-contact-phone {
      font-size: 32px;
      font-weight: 900; }
  header.style2 .menu-bar .navbar-end {
    margin-left: 0; }
  @media screen and (max-width: 1099px) {
    header.style2 .navbar-menu {
      padding: 0; } }
  header.style3 .navbar-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

@media screen and (max-width: 1099px) {
  .s-active-style1 a.navbar-item,
  .s-active-style1 a.navbar-link {
    background-color: #333; } }

.header1 {
  position: static !important;
  top: 0;
  height: auto !important;
  width: 100%;
  z-index: 9999999; }

.fixed-header {
  opacity: 0.95;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2); }

.m-page-banner {
  background: #f6f6f6; }
  .m-page-banner .page-title {
    width: 100%;
    font-size: 32px;
    line-height: normal; }
    .m-page-banner .page-title + .page-description {
      margin-top: 10px; }
      @media screen and (max-width: 1099px) {
        .m-page-banner .page-title + .page-description {
          margin-top: 0; } }
  .m-page-banner p {
    font-weight: 300;
    margin-bottom: 0; }
  @media screen and (max-width: 1099px) {
    .m-page-banner {
      text-align: center; } }
  .m-page-banner .level-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 1100px), print {
      .m-page-banner .level-left {
        max-width: 70%; } }
  .m-page-banner .breadcrumb a {
    color: #999;
    padding-top: 0;
    padding-bottom: 0; }
  .m-page-banner .breadcrumb li + li::before {
    color: #999; }
  .m-page-banner.width-bg .page-title {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
  .m-page-banner.width-bg .breadcrumb {
    color: #eee; }
    .m-page-banner.width-bg .breadcrumb a {
      color: #eee; }
  @media screen and (max-width: 1099px) {
    .m-page-banner .hero-body {
      padding: 1.5rem .75rem; } }

@media screen and (max-width: 1099px) {
  .breadcrumb ul,
  .breadcrumb ol {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.md-banner {
  background: url("../images/best.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 0 !important; }
  .md-banner .hero-body {
    padding: 6rem 1.5rem; }
    @media screen and (max-width: 1099px) {
      .md-banner .hero-body {
        padding: 2rem 0; } }
  .md-banner h1, .md-banner p {
    color: #fff; }
  .md-banner h1 {
    font-size: 48px;
    margin-bottom: 15px; }
    @media screen and (max-width: 1099px) {
      .md-banner h1 {
        font-size: 32px; } }
  .md-banner p {
    margin-bottom: 0;
    font-size: 18px; }
    @media screen and (max-width: 1099px) {
      .md-banner p {
        font-size: 14px; } }
  .md-banner .u-banner-actions {
    margin-top: 15px; }

.m-mobile-footer {
  background-color: #222;
  color: #eee; }
  @media screen and (max-width: 1100px) {
    .m-mobile-footer {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .m-mobile-footer a {
    color: #eee; }
  .m-mobile-footer .navbar-burger {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 99; }

.device-lg.sticky-footer #content {
  z-index: 2; }

.device-lg.sticky-footer #footer,
.device-md.sticky-footer #footer {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

footer.section {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #A61D2A;
  border-top: 0;
  color: #ccc; }
  footer.section p {
    color: #ccc; }
  footer.section a {
    color: #aaa; }
    footer.section a:hover {
      color: #aaa;
      text-decoration: underline; }
  footer.section .delete {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9; }

ul.u-footer-nav {
  float: right; }
  ul.u-footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px; }
    ul.u-footer-nav li:first-child {
      margin-left: 0; }
    ul.u-footer-nav li a {
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      ul.u-footer-nav li a:hover {
        color: #fff; }

.m-site-info {
  padding: 15px 0;
  font-size: 11px;
  letter-spacing: 0.5px;
  border-top: 2px solid #CE5159;
  color: #fff;
  position: relative;
  font-weight: 300; }
  .m-site-info .c-footer-sep {
    position: absolute;
    left: 50%;
    top: -12px;
    margin-left: -53px; }
    .m-site-info .c-footer-sep span {
      background: #be2229;
      display: inline-block;
      width: 106px;
      text-align: center; }
      .m-site-info .c-footer-sep span img {
        width: 78px;
        height: auto; }
  .m-site-info p {
    font-size: 12px;
    text-transform: uppercase; }
  .m-site-info .u-socials li a {
    border: 0 !important; }
  .m-site-info ul.social-list li a i {
    height: 36px;
    font-size: 20px;
    border-left: 0; }
  .m-site-info ul.social-list li:last-child a i {
    border-right: 0; }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  z-index: 9;
  background: #eee;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 9px; }
  .back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    background-color: #444;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.c-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.widget_text p:last-child {
  margin-bottom: 0; }

.widget_tag_cloud a {
  background: none;
  color: #333333; }

.widget_calendar table {
  width: 100%;
  max-width: 37.5rem;
  background: #ccc;
  margin-left: auto;
  margin-right: auto; }
  .widget_calendar table caption {
    background: #3299bb;
    color: #fff;
    padding: 0.25rem;
    text-align: center; }
  .widget_calendar table thead tr {
    border-right: 1px solid #eee; }
  .widget_calendar table thead th {
    font-size: 90%;
    font-weight: bold;
    padding: 0.25rem;
    background: #ccc;
    text-transform: uppercase;
    text-align: center; }
  .widget_calendar table tbody td {
    position: relative;
    padding: 8px 6px;
    text-align: center;
    border: 1px solid #eee;
    background: #fff; }
    .widget_calendar table tbody td.pad {
      opacity: 0.7; }
    .widget_calendar table tbody td#today {
      font-weight: bold; }
      .widget_calendar table tbody td#today:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 10px solid #999;
        border-left: 10px solid transparent; }
    .widget_calendar table tbody td a {
      display: block; }
      .widget_calendar table tbody td a:hover {
        background: #A61D2A;
        color: #fff; }
  .widget_calendar table tfoot tr {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ccc; }
    .widget_calendar table tfoot tr td {
      border: 0;
      padding: 0; }
    .widget_calendar table tfoot tr a {
      display: block;
      padding: 0.25rem 0.75rem; }
      .widget_calendar table tfoot tr a:hover {
        background: #fff; }
    .widget_calendar table tfoot tr #prev {
      text-align: left; }
    .widget_calendar table tfoot tr #next {
      text-align: right; }

.widget_media_image img {
  margin: 0 auto;
  box-shadow: none; }

.widget_media_gallery img,
.widget_image_widget img {
  max-width: 100%;
  height: auto; }

.widget_media_gallery .gallery {
  margin-bottom: -15px; }

.widget_search .search-form {
  width: 100%; }

@media screen and (max-width: 1099px) {
  .widget_search .field.has-addons .control:not(:last-child) {
    width: 100%; } }

.widget_nav_menu .sub-menu ul {
  display: none; }

.widget_nav_menu .sub-menu .icon {
  float: right;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.widget_nav_menu .active ul,
.widget_nav_menu .current-menu-parent ul,
.widget_nav_menu .current-menu-ancestor ul {
  display: block; }

.widget_nav_menu .active .icon,
.widget_nav_menu .current-menu-parent .icon,
.widget_nav_menu .current-menu-ancestor .icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg); }

.widget_nav_menu .current-menu-item > a {
  color: #A61D2A; }

.m-widget-area-banner {
  background: #A61D2A; }
  .m-widget-area-banner .widget_sub_menu {
    height: 48px;
    line-height: 48px; }
    @media screen and (max-width: 1100px) {
      .m-widget-area-banner .widget_sub_menu {
        padding-left: 25px;
        padding-right: 25px; } }
    .m-widget-area-banner .widget_sub_menu .widget-title {
      display: none; }
    .m-widget-area-banner .widget_sub_menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      white-space: nowrap;
      overflow: scroll; }
    .m-widget-area-banner .widget_sub_menu li {
      display: block;
      margin-right: 15px; }
      .m-widget-area-banner .widget_sub_menu li a {
        color: #fff;
        font-size: 16px; }
      .m-widget-area-banner .widget_sub_menu li.current-cat a, .m-widget-area-banner .widget_sub_menu li.current-menu-item a, .m-widget-area-banner .widget_sub_menu li.current_page_item a {
        padding: 5px 10px;
        background: #fff;
        color: #A61D2A; }

.m-sidebar-right .delete {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9; }

.m-sidebar-right .widget-title {
  position: relative;
  margin-bottom: 15px;
  color: #666;
  font-size: 18px;
  height: 42px;
  line-height: 42px; }

.m-sidebar-right .widget {
  margin-bottom: 30px; }
  .m-sidebar-right .widget:last-child {
    margin-bottom: 0; }
  .m-sidebar-right .widget ul {
    border-bottom: 1px solid #eee; }
  .m-sidebar-right .widget li + li {
    border-top: 1px solid #eee; }
  .m-sidebar-right .widget li a {
    display: block;
    padding: 10px 0; }
    .m-sidebar-right .widget li a:hover {
      color: #A61D2A; }
  .m-sidebar-right .widget li.current-cat a, .m-sidebar-right .widget li.current-menu-item a, .m-sidebar-right .widget li.current_page_item a {
    color: #A61D2A; }

.m-sidebar-right.style1 .widget-title {
  border-bottom: 2px solid #ccc; }
  .m-sidebar-right.style1 .widget-title:after {
    display: block;
    content: ' ';
    position: absolute;
    bottom: -2px;
    width: 4em;
    border-bottom: 2px solid #A61D2A; }

.m-sidebar-right.style2 .widget-title {
  border-bottom: 2px solid #222;
  height: 32px;
  line-height: 30px; }
  .m-sidebar-right.style2 .widget-title span {
    background: #222;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px; }
  .m-sidebar-right.style2 .widget-title:before {
    content: none; }

.m-sidebar-right.style2 .widget li a:hover {
  color: #A61D2A; }

.m-sidebar-right.style2 .widget li.current-cat a, .m-sidebar-right.style2 .widget li.current-menu-item a, .m-sidebar-right.style2 .widget li.current_page_item a {
  color: #A61D2A; }

.m-sidebar-right.style2 .widget_nav_menu .widget-title {
  color: #fff; }

.m-sidebar-right.style3 .widget-title {
  text-indent: 10px;
  border-bottom: 1px solid #eee;
  background: #f3f3f3;
  margin-bottom: 0; }

.m-sidebar-right.style3 .widget {
  border: 1px solid #eee; }
  .m-sidebar-right.style3 .widget ul {
    border-bottom: 0; }
  .m-sidebar-right.style3 .widget li {
    padding: 0 15px; }
    .m-sidebar-right.style3 .widget li a + span {
      display: block;
      margin-bottom: 15px;
      margin-top: -8px; }
    .m-sidebar-right.style3 .widget li a:hover {
      color: #A61D2A; }
    .m-sidebar-right.style3 .widget li:first-child a {
      border-top: 0; }
    .m-sidebar-right.style3 .widget li.current-cat a, .m-sidebar-right.style3 .widget li.current-menu-item a, .m-sidebar-right.style3 .widget li.current_page_item a {
      color: #A61D2A; }

.m-sidebar-right.style3 .widget_recent_comments li {
  padding: 10px 15px; }

.m-sidebar-right.style3 .widget_recent_comments a {
  line-height: normal; }

.m-sidebar-right.style3 .carbon_fields_wprs_recent_posts .widget-body,
.m-sidebar-right.style3 .widget_media_gallery .widget-body,
.m-sidebar-right.style3 .widget_media_image .widget-body,
.m-sidebar-right.style3 .widget_tag_cloud .widget-body,
.m-sidebar-right.style3 .widget_text .widget-body,
.m-sidebar-right.style3 .widget_search .widget-body {
  padding: 15px; }

.m-sidebar-right.style3 .carbon_fields_wprs_recent_posts a {
  display: block;
  line-height: 1.5; }

.m-sidebar-right.style3 .carbon_fields_wprs_recent_posts .small {
  color: #666;
  line-height: 1;
  margin-top: 5px; }

.m-sidebar-right.style3 .widget_search {
  border: 0; }

.m-sidebar-right.style3 .widget_nav_menu .widget-title {
  background: #A61D2A;
  color: #fff; }

.m-sidebar-footer {
  width: 100%;
  margin-top: 20px; }
  .m-sidebar-footer .widget-title {
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 1px solid #DF9A9C;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 6px; }
  .m-sidebar-footer .widget_text p:not(:first-child) {
    margin-top: .5em;
    margin-bottom: .5em; }
  .m-sidebar-footer .widget_nav_menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .m-sidebar-footer .widget_nav_menu a:hover {
      color: #fff; }

.wp-post-image {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.wp-video {
  margin: 0 auto; }

.wp-caption {
  display: block;
  margin-bottom: 1em;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.wp-caption-text {
  padding: 6px 10px;
  position: relative; }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

.aligncenter {
  display: block;
  margin: 15px auto; }

.alignleft,
.alignright {
  margin-bottom: 15px; }

.alignleft {
  float: left;
  margin-right: 15px; }

.alignright {
  float: right;
  margin-left: 15px; }

.screen-reader-text {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

.comments-title {
  margin-top: 30px; }

.comment-list {
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 0; }
  .comment-list .avatar {
    border-radius: 50%;
    border: 1px solid #ddd; }
  .comment-list ol {
    list-style: none; }
  .comment-list .children {
    margin-left: 0;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left 20px; }
  .comment-list li.comment > div img.avatar {
    position: absolute;
    left: 29px;
    top: 29px; }

.comment .comment-body {
  overflow: hidden;
  padding: 25px 25px 25px 98px;
  margin: 2em 0 0;
  position: relative;
  border: 1px solid #ededed;
  background: #fbfcfd;
  border-bottom: 1px solid #ddd; }

.comment-author.vcard .avatar {
  position: absolute;
  left: 25px;
  top: 29px; }

.comment-author.vcard .says {
  padding-left: 2px; }

.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px; }
  .comment-metadata a {
    color: #999;
    font-size: 12px; }

.comment-reply-link {
  color: #bbb; }

.comment-reply-title {
  margin-top: 15px; }

.comment-notes {
  color: #bbb; }

.comment-content {
  margin-top: 10px; }

.comment-navigation {
  overflow: hidden;
  margin-top: 30px; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 1em; }
  .gallery .gallery-item {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px; }
    .gallery .gallery-item .gallery-icon {
      height: 100%; }
    .gallery .gallery-item img {
      vertical-align: middle; }
  .gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery-columns-3 .gallery-item {
    width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery-columns-5 .gallery-item {
    width: 20%; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%; }
  @media screen and (max-width: 1099px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      width: 100%; } }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    background: #f1f1f1; }
    @media screen and (max-width: 1099px) {
      .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        margin-bottom: 30px; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          width: 50%; } }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
      background: #A61D2A;
      color: #fff; }
      @media screen and (max-width: 1099px) {
        .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
          background: transparent;
          color: #A61D2A; } }

.woocommerce-account .woocommerce-MyAccount-content {
  width: 78%; }
  @media screen and (max-width: 1099px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      width: 100%; } }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 4px; }

.select2-dropdown {
  border-color: #dbdbdb; }

@media screen and (min-width: 1100px) {
  .boxed-page {
    width: 1248px; } }

@media screen and (max-width: 1100px) {
  .boxed-page {
    max-width: 750px; } }

@media screen and (min-width: 3074px) {
  .container {
    width: 1200px;
    max-width: 1200px; } }

@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg") format("svg"); }

html {
  font-size: 16px !important; }

h1,
h2,
.typo h1,
.typo h2 {
/*   font-family: "Gill Sans MT", "Gill Sans", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;  */
  font-family: "Arial";
  font-size: 16px;
  line-height: 1.8;
}

.button.is-text {
  text-decoration: none; }

#site {
  background: #fff; }

.typo img {
  border-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25); }

.typo p, .typo li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #666666; }

.typo h2 {
  font-family: 'Helvetica LT Std';
  color: #333333;
  font-size: 20px;
  line-height: 26px; }

.section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  background-color: #fff;
  padding: 1.5rem; }
  @media screen and (max-width: 1100px) {
    .section {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  .section .vc_column_container {
    padding: 50px 0; }
    @media screen and (max-width: 1100px) {
      .section .vc_column_container {
        padding: 30px 0; } }
  .section + .section {
    padding-top: 0; }

.section-builder {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-link::after,
.select:not(.is-multiple):not(.is-loading)::after {
  width: 6px;
  height: 6px; }

section.m-slider {
  padding: 0; }
  @media screen and (min-width: 1100px), print {
    section.m-slider {
      height: 475px;
      overflow: hidden; } }

.home #content {
  position: relative; }

.slick-slide:first-child .animated2 {
  background: url("../images/slogan.png") center center no-repeat;
  text-indent: -9999999999rem; }

.fullwidth_left .content-area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.fullwidth_left .widget-area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.content-area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.image {
  border-radius: 0 !important;
  box-shadow: none !important; }

@media screen and (max-width: 1099px) {
  .column {
    width: 100%; } }

.column > .card .card-title {
  display: -webkit-box !important;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 700;
  font-size: 17px;
  color: #111; }

.card-author .card-content h2 {
  margin-top: 10px;
  font-style: italic;
  font-weight: 400; }

.card-author .card-content h2 + p {
  font-size: 14px;
  color: #bd001f;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px; }

.card-author .card-summary {
  color: #666666; }

.media + .media {
  margin-top: 25px;
  padding-top: 25px;
  border-top-color: #b9b9b9; }
  @media screen and (max-width: 1099px) {
    .media + .media {
      margin-top: 1rem;
      padding-top: 1rem; } }

.is-810by515 {
  width: 810px;
  height: 515px;
  overflow: hidden; }

.media-nosep + .media {
  border-top: 0;
  margin-top: 12px;
  padding-top: 12px; }

@media screen and (max-width: 1099px) {
  .media-left .image img {
    max-width: 100px; } }

.media-title {
  font-size: 16px;
  line-height: 1.5; }

@media screen and (max-width: 1100px) {
  .m-list-media .media-content p {
    display: none; } }

.m-list-media .entry-title {
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1.414; }
  .m-list-media .entry-title::before, .m-list-media .entry-title::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .m-list-media .entry-title::before {
    margin-bottom: calc(-0.357em + 2px); }
  .m-list-media .entry-title::after {
    margin-top: calc(-0.3292222222em + 2px); }

@media screen and (max-width: 480px) {
  .m-list-media .media-content .entry-title {
    font-size: 16px;
    margin-bottom: .5rem;
    display: -webkit-box !important;
    height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; } }

.searchform input[type=search]::-ms-clear, .searchform input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.searchform input[type="search"]::-webkit-search-decoration, .searchform input[type="search"]::-webkit-search-cancel-button, .searchform input[type="search"]::-webkit-search-results-button, .searchform input[type="search"]::-webkit-search-results-decoration {
  display: none; }

#c-search-bar .searchform {
  margin-right: 1.5rem; }
  #c-search-bar .searchform .input, #c-search-bar .searchform .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown #c-search-bar .searchform .select2-search__field,
  #c-search-bar .searchform .select2-container--default .select2-selection--single, .select2-container--default #c-search-bar .searchform .select2-selection--single,
  #c-search-bar .searchform .woocommerce form .form-row input.input-text, .woocommerce form .form-row #c-search-bar .searchform input.input-text {
    border-radius: 100px !important;
    height: 24px; }
  #c-search-bar .searchform .search-btn {
    margin-left: -25px;
    z-index: 999;
    padding: 0;
    height: 24px;
    line-height: 24px; }
    #c-search-bar .searchform .search-btn:hover, #c-search-bar .searchform .search-btn:focus, #c-search-bar .searchform .search-btn:active {
      background: transparent; }

.menu-bar {
  position: relative;
  background: #A61D2A;
  padding: 0 !important; }
  @media screen and (min-width: 1101px) {
    .menu-bar.affix {
      z-index: 9999;
      width: 1248px !important; } }
  .menu-bar .navbar-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 49px;
    line-height: 49px; }
  .menu-bar .searchform {
    position: absolute;
    right: 1.5rem;
    top: 13px; }
    .menu-bar .searchform .input, .menu-bar .searchform .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .menu-bar .searchform .select2-search__field,
    .menu-bar .searchform .select2-container--default .select2-selection--single, .select2-container--default .menu-bar .searchform .select2-selection--single,
    .menu-bar .searchform .woocommerce form .form-row input.input-text, .woocommerce form .form-row .menu-bar .searchform input.input-text {
      border-radius: 100px !important;
      height: 24px; }
    .menu-bar .searchform .search-btn {
      margin-left: -25px;
      z-index: 999;
      padding: 0;
      height: 24px;
      line-height: 24px; }
      .menu-bar .searchform .search-btn:hover, .menu-bar .searchform .search-btn:focus, .menu-bar .searchform .search-btn:active {
        background: transparent; }
  .menu-bar a.navbar-item,
  .menu-bar .navbar-link {
    padding: 0.5rem 0.75rem !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff; }
    .menu-bar a.navbar-item:hover,
    .menu-bar .navbar-link:hover {
      color: #fff !important; }
    .menu-bar a.navbar-item.is-active,
    .menu-bar .navbar-link.is-active {
      font-weight: 600; }
  .menu-bar .navbar-dropdown {
    padding-top: .5rem;
    padding-bottom: .5rem; }
    .menu-bar .navbar-dropdown a.navbar-item,
    .menu-bar .navbar-dropdown .navbar-link {
      color: #333;
      display: block;
      text-align: center;
      padding: 0 .75rem !important;
      font-size: 15px;
      font-weight: 400;
      height: 30px;
      line-height: 30px; }
      .menu-bar .navbar-dropdown a.navbar-item:hover,
      .menu-bar .navbar-dropdown .navbar-link:hover {
        background: transparent;
        color: #A61D2A !important; }

.weather-bar {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 5px solid #A61D2A;
  background: #ddd; }

.navbar-dropdown.is-boxed {
  background: rgba(255, 255, 255, 0.95); }

.navbar-link::after {
  display: none; }

.c-dropdown-share .dropdown-content {
  position: relative;
  border: 0;
  border-radius: 0; }
  .c-dropdown-share .dropdown-content:before {
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ededed;
    top: -10px;
    right: 2px; }
  .c-dropdown-share .dropdown-content:after {
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -8px;
    right: 4px; }
  .c-dropdown-share .dropdown-content ul {
    text-align: left; }
    .c-dropdown-share .dropdown-content ul li {
      height: 30px;
      line-height: 30px; }
      .c-dropdown-share .dropdown-content ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
      .c-dropdown-share .dropdown-content ul li img {
        margin-right: 8px; }

.c-dropdown-share .dropdown-menu {
  min-width: 9rem; }

.c-dropdown-share .dropdown-trigger i {
  font-size: 16px;
  color: #a9a9a9;
  margin-right: 2px !important;
  vertical-align: top; }

.single .entry-meta .dropdown-trigger {
  line-height: normal; }

.single .entry-meta .dropdown {
  vertical-align: inherit; }

.c-share-show {
  display: inline-block; }
  .c-share-show .c-share-icon img {
    width: 1rem;
    height: 1rem;
    vertical-align: inherit; }

.card-title {
  margin-bottom: .5rem;
  font-size: 18px;
  line-height: 1.5; }
  .card-title a {
    font-size: 18px; }
  .card-title + .card-summary {
    margin-top: .5rem; }

.card-summary + .card-action {
  margin-top: .5rem; }

.card-content {
  border-top: 1px solid #f1f1f1;
  padding: 1rem; }

.card {
  box-shadow: none; }
  .card .card-content {
    padding: .2rem 0 .2rem;
    border: 0; }
  .card .card-title {
    margin-bottom: 0; }
  .card .card-image .image {
    border-radius: 0; }
  .card .card-footer {
    border: 0;
    padding: 10px;
    color: #aaa;
    font-size: 13px;
    font-style: italic; }
    .card .card-footer a {
      color: #aaa; }
    .card .card-footer i {
      margin-right: 4px;
      font-style: normal; }
  @media screen and (max-width: 1099px) {
    .card.m-to-media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .card.m-to-media .card-image {
        width: 35%; }
      .card.m-to-media .card-content {
        width: 75%;
        padding: 0 1rem; }
      .card.m-to-media .card-title a {
        font-size: 16px;
        word-break: break-all;
        word-wrap: break-word;
        line-height: 1.414; }
        .card.m-to-media .card-title a::before, .card.m-to-media .card-title a::after {
          content: '';
          display: block;
          height: 0;
          width: 0; }
        .card.m-to-media .card-title a::before {
          margin-bottom: calc(-0.357em + 1px); }
        .card.m-to-media .card-title a::after {
          margin-top: calc(-0.3292222222em + 0px); }
      .card.m-to-media .card-title.line-limit-mobile a {
        display: -webkit-box !important;
        height: 4em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
      .card.m-to-media.with-shadow {
        padding: 0 1rem;
        margin: 0 1rem; }
        .card.m-to-media.with-shadow .image {
          box-shadow: none; }
    .card .card-body p {
      display: none; } }
  .card.with-shadow {
    box-shadow: 3px 3px 10px 5px rgba(10, 10, 10, 0.15); }
    .card.with-shadow .card-content {
      border-top: 1px solid #f1f1f1;
      padding: 10px; }
      @media screen and (max-width: 1099px) {
        .card.with-shadow .card-content {
          border-top: 0; } }
    .card.with-shadow .card-header {
      box-shadow: none; }

@media screen and (max-width: 1099px) {
  .m-to-media .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .m-to-media .card .card-image {
      width: 55%; }
    .m-to-media .card .card-content {
      width: 55%;
      padding: 0 1rem; }
    .m-to-media .card .card-title a {
      font-size: 16px;
      word-break: break-all;
      word-wrap: break-word;
      line-height: 1.414; }
      .m-to-media .card .card-title a::before, .m-to-media .card .card-title a::after {
        content: '';
        display: block;
        height: 0;
        width: 0; }
      .m-to-media .card .card-title a::before {
        margin-bottom: calc(-0.357em + 1px); }
      .m-to-media .card .card-title a::after {
        margin-top: calc(-0.3292222222em + 0px); }
    .m-to-media .card .card-title.line-limit-mobile a {
      display: -webkit-box !important;
      height: 4em;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .m-to-media .card .card-footer {
      position: absolute;
      padding: 0;
      right: 2vw;
      bottom: 1vw; }
    .m-to-media .card.with-shadow {
      padding: 0;
      margin: 0;
      box-shadow: 0 0 10px 1px rgba(10, 10, 10, 0.15); }
      .m-to-media .card.with-shadow .image {
        box-shadow: none; } }

.card-body p {
  display: none; }

.entry-date {
  color: #999;
  font-weight: 300;
  font-family: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans; }

.entry-summary {
  color: #686868;
  font-family: Helvetica;
  font-size: 16px;
  margin-bottom: 0; }

.is-mobile .tile:not(.is-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.is-mobile .tile.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%; }

.is-mobile .tile img {
  max-width: 100%; }

.tile.is-big {
  width: 824px; }

.is-64by64 {
  width: 64px;
  height: 64px; }

.is-200by150 {
  width: 200px;
  height: 150px; }
  @media screen and (max-width: 480px) {
    .is-200by150 {
      width: 100px;
      height: 75px; } }

.image.is-300by400 {
  width: 300px;
  height: 400px; }
  @media screen and (max-width: 480px) {
    .image.is-300by400 {
      width: 150px;
      height: 200px; } }

.image {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25); }
  .image.is-3by4 {
    padding-top: 133.3333%; }
  .image.is-10by7 {
    padding-top: 70%; }
  .image.is-15by11 {
    padding-top: 73.33333%; }

.fn-limited {
  display: -webkit-box !important;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.c-page-links span, .c-page-links a {
  display: inline-table;
  text-align: center;
  padding: 0 15px 0 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: auto;
  height: auto;
  color: #888;
  line-height: 33px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.c-page-links span.current {
  color: #fff; }

.c-page-links a:hover {
  border-color: #ddd; }

.c-page-links .all-pages, .c-page-links .next-page {
  width: auto;
  padding: 0 14px; }

.boxed-page {
  max-width: 1248px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff url("../images/bg.png") center center repeat; }

.boxed-page .navbar-top.affix {
  padding: 0;
  max-width: 1248px; }

.error-page {
  padding: 90px 0;
  text-align: center; }
  .error-page h1 {
    font-size: 160px;
    line-height: 140px;
    font-weight: 700;
    color: #333; }
  .error-page h3 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 300; }
  .error-page p {
    font-size: 22px;
    line-height: 28px;
    color: #aaa;
    margin-bottom: 25px; }

.f-no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; }

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 9; }

.m-slider .u-slider-item img {
  width: 100%;
  max-width: initial; }

.m-slider .u-slider-content {
  position: absolute;
  left: 0;
  padding: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.66); }
  .m-slider .u-slider-content h2, .m-slider .u-slider-content h3 {
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
    color: #fff; }
  .m-slider .u-slider-content h2 {
    font-size: 42px;
    font-weight: 700; }
    @media screen and (max-width: 1099px) {
      .m-slider .u-slider-content h2 {
        font-size: 24px; } }
  .m-slider .u-slider-content h3 {
    margin: 10px 0 25px 0;
    padding: 15px 30px;
    font-size: 32px;
    font-weight: 700; }
    @media screen and (min-width: 1100px), print {
      .m-slider .u-slider-content h3 {
        display: -webkit-box !important;
        height: 3.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; } }
    @media screen and (max-width: 1099px) {
      .m-slider .u-slider-content h3 {
        font-size: 18px;
        margin: 10px 0; } }

.m-slider .text-center span,
.m-slider .m-slider .animated2 strong {
  text-shadow: 2px 2px 3px #3c1a12; }

.m-slider .btn {
  padding: 10px 40px;
  margin-top: 26px;
  font-size: 20px;
  border-radius: 2px;
  line-height: 28px;
  border: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.m-slider.btn.btn-default {
  margin-left: 4px;
  background: #ececec; }
  .m-slider.btn.btn-default:hover {
    background: #000;
    color: #fff; }

.m-slider .slick-active .u-slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms; }

.m-slider .slick-active .animated1,
.m-slider .slick-active .animated2 {
  -webkit-animation: fadeInUp 1s ease-in 200ms both;
       -o-animation: fadeInUp 1s ease-in 200ms both;
          animation: fadeInUp 1s ease-in 200ms both; }

.m-slider .slick-active .animated3 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
       -o-animation: fadeInUp 1s ease-in-out 500ms both;
          animation: fadeInUp 1s ease-in-out 500ms both; }

.m-slider .slick-active .animated4 {
  -webkit-animation: flipInX 1s ease-in 700ms both;
       -o-animation: flipInX 1s ease-in 700ms both;
          animation: flipInX 1s ease-in 700ms both; }

.m-slider .slick-active .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
       -o-animation: bounceInLeft 1s ease-in-out 100ms both;
          animation: bounceInLeft 1s ease-in-out 100ms both; }

.m-slider .slick-active .animated6 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
       -o-animation: bounceIn 1s ease-in 500ms both;
          animation: bounceIn 1s ease-in 500ms both; }

.m-slider .slick-active .animated7 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
       -o-animation: bounceIn 1s ease-in 500ms both;
          animation: bounceIn 1s ease-in 500ms both; }

.m-slider .slick-active .animated8 {
  -webkit-animation: fadeInDown 1s ease-in 1000ms both;
       -o-animation: fadeInDown 1s ease-in 1000ms both;
          animation: fadeInDown 1s ease-in 1000ms both; }

.u-slider-content .text-center span,
.m-slider .animated2 strong {
  text-shadow: 2px 2px 3px #3c1a12; }

.u-slider-item .e-title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase; }

.u-slider-item .e-meta {
  margin-top: 15px;
  padding-top: 3px;
  border-top: 1px solid #b7b7b7; }

.breadcrumbs {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .breadcrumbs li:first-child {
    display: none; }

.s-title-line-3 .e-title {
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box !important;
  height: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.m-cat-child .breadcrumbs,
.single .breadcrumbs {
  margin-top: -10px; }
  .m-cat-child .breadcrumbs li a,
  .single .breadcrumbs li a {
    text-transform: uppercase; }
  .m-cat-child .breadcrumbs li:last-child,
  .single .breadcrumbs li:last-child {
    display: none; }
  .m-cat-child .breadcrumbs li:nth-child(2) a,
  .single .breadcrumbs li:nth-child(2) a {
    font-size: 30px;
    font-family: Arial;
    font-weight: 700; }
  .m-cat-child .breadcrumbs li:nth-child(3) a,
  .single .breadcrumbs li:nth-child(3) a {
    font-size: 24px;
    font-family: Arial-Narrow;
    font-style: italic;
    color: #666;
    font-weight: 500; }
    .m-cat-child .breadcrumbs li:nth-child(3) a:before,
    .single .breadcrumbs li:nth-child(3) a:before {
      content: '>';
      font-weight: 300;
      font-size: 22px;
      margin-left: 10px;
      margin-right: 10px; }

  .m-cat-child .breadcrumbs li:nth-child(4) a,
  .single .breadcrumbs li:nth-child(4) a {
    font-size: 24px;
    font-family: Arial-Narrow;
    font-style: italic;
    color: #666;
    font-weight: 500; }
    .m-cat-child .breadcrumbs li:nth-child(4) a:before,
    .single .breadcrumbs li:nth-child(4) a:before {
      content: '>';
      font-weight: 300;
      font-size: 22px;
      margin-left: 10px;
      margin-right: 10px; }

.m-cat-child .breadcrumbs li:last-child {
  display: block; }

ul.post-meta {
  margin-bottom: 10px; }
  ul.post-meta li {
    display: inline-block;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word; }
    ul.post-meta li a {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      word-wrap: break-word; }

.u-author-info {
  margin-top: 1em; }

.f-view {
  overflow: hidden;
  position: relative;
  cursor: default;
  line-height: 0; }
  .f-view .u-mask {
    background-attachment: fixed;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    color: #fff;
    font-size: 16px; }
    .f-view .u-mask a:focus {
      outline: none; }
    .f-view .u-mask i {
      display: inline-block;
      text-align: center;
      opacity: .75;
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 24px;
      margin: 0 5px;
      background: rgba(255, 225, 255, 0.75);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      border-radius: 50%; }
  .f-view .u-mask {
    line-height: normal; }
  .f-view img,
  .f-view video {
    display: block;
    position: relative; }

.f-zoom img,
.f-zoom video,
.f-overlay img,
.f-overlay video {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.f-zoom:hover .u-mask,
.f-overlay:hover .u-mask {
  opacity: 1; }

.f-zoom:hover img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1); }

.f-overlay .u-mask {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.is-parent .u-mask {
  opacity: 1 !important; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.single-pro .page-title {
  font-size: 36px;
  margin-bottom: 15px; }

.c-heading {
  background: #e5e5e5;
  position: relative;
  height: 32px;
  line-height: 34px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .c-heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 50px;
    background: #A61D2A; }

.c-heading-not {
  height: 12px;
  line-height: 12px;
  margin-bottom: 8px; }

.c-term-heading {
  background: #A61D2A;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 36px;
  line-height: 36px; }
  .c-term-heading h2 {
    display: inline-block;
    padding: 0 10px;
    margin-left: 15px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    color: #A61D2A;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
/*     max-width: 80%; */
   overflow: hidden; }
    .c-term-heading h2 a {
      color: #A61D2A !important;
      letter-spacing: 1px; }
      .c-term-heading h2 a:hover {
        color: #901925 !important; }
  .c-term-heading span a {
    display: inline-block;
    color: #fff;
    margin-right: 15px; }
    .c-term-heading span a:hover {
      color: #efefef; }

.c-heading--side {
  font-weight: 700;
  background: #f7f8f7; }

/* .c-block-more {
  text-align: right;
  color: #fff;
  background: #A61D2A;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1; }
  .c-block-more a {
    color: #fff !important; } */

.c-post-tags {
  font-size: 13px;
  font-style: italic;
  font-weight: 400; }
  .c-post-tags li {
    display: inline-block; }
  .c-post-tags a {
    color: #A61D2A;
    display: inline-block;
    margin-right: 8px; }
    .c-post-tags a:last-child {
      margin-right: 0; }

.post-categories {
  display: inline-block; }
  .post-categories li {
    display: none;
    margin-right: 10px; }
    .post-categories li:first-child {
      display: inline-block; }
    .post-categories li:last-child {
      margin-right: 0; }

.c-post-info {
  border-bottom: 4px solid #A61D2A;
  padding-bottom: 13px;
  margin-top: 100px; }
  .c-post-info .level-left {
    -ms-flex-negative: initial;
        flex-shrink: initial; }

.c-post-list > ul > li {
  border-bottom: 1px solid #bbb;
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 10px; }
  .c-post-list > ul > li > a {
    display: block;
    font-weight: 700; }
    .c-post-list > ul > li > a:hover {
      text-decoration: underline; }

.c-post-panel > ul > li {
  margin-bottom: 10px;
  height: 108px;
  position: relative; }
  .c-post-panel > ul > li > a {
    display: block;
    padding: 15px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600; }

.c-post-panel > ul > li:nth-child(even) {
  background: #e5e5e5; }

.c-post-panel > ul > li:nth-child(odd) {
  background: #A61D2A; }
  .c-post-panel > ul > li:nth-child(odd) a {
    color: #fff !important; }

.c-post-panel > ul .c-post-tags {
  position: absolute;
  right: 10px;
  bottom: 5px; }

.category-topics .c-post-panel > ul > li > a {
  display: -webkit-box !important;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.c-image-circle {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e5e5e5; }

.card-tag {
  position: relative;
  text-align: center;
  margin-top: -27px;
  margin-bottom: 18px; }
  .card-tag .post-categories {
    background: #A61D2A;
    border-radius: 50px;
    white-space: nowrap;
    word-wrap: normal;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px; }
    .card-tag .post-categories a {
      color: #fff; }

.c-post-author {
  font-style: italic;
  font-size: 13px;
  color: #A61D2A; }
  .c-post-author a {
    color: #A61D2A; }

.c-post-time {
  font-style: italic;
  font-size: 13px;
  color: #aaa; }

.c-editor-pick .c-heading {
  margin-bottom: 6px; }

.c-editor-pick .c-post-list > ul {
  padding-bottom: 14px;
  border-bottom: 10px solid #eee; }
  .c-editor-pick .c-post-list > ul > li {
    padding-top: 5px;
    line-height: 1.67;
    padding-bottom: 0;
    height: 83px;
    overflow: hidden; }
    .c-editor-pick .c-post-list > ul > li > a {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 700;
      height: 48px;
      line-height: 1.6;
      overflow: hidden; }

.brand-bar {
  padding: 30px 0;
  position: relative; }

.c-share-icons {
  position: absolute;
  right: 1.5rem;
  bottom: 5px; }

.c-share-icon img {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #fff; }

button.c-share-icon {
  border: 0;
  background: transparent;
  font-weight: 300; }
  button.c-share-icon:focus {
    outline: none; }
  button.c-share-icon img {
    margin-right: 6px !important; }

#c-home-focus {
  padding-bottom: 27px;
  margin-bottom: 0;
}

#c-last-updates {
  padding-bottom: 30px; }
  @media screen and (max-width: 1099px) {
    #c-last-updates {
      padding-bottom: 15px; } }

#c-popular-stories {
  padding-bottom: 30px; }
  #c-popular-stories .c-image-circle {
    width: 66px;
    height: 66px;
    line-height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border: 3px solid #eee; }
    #c-popular-stories .c-image-circle:hover {
      background: #eee; }
  #c-popular-stories .media-content h2 {
    font-size: 15px;
    text-transform: uppercase;
    height: 50px;
    overflow: hidden;
    line-height: 1.8; }
  #c-popular-stories .card-excerpt {
    min-height: 72px;
    font-family: Helvetica;
    font-size: 14px;
    color: #666; }

#c-more-media {
  padding-bottom: 20px; }
  @media screen and (max-width: 1099px) {
    #c-more-media {
      padding-bottom: 9.3vw; } }
  #c-more-media .c-more-medias {
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #eee;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #c-more-media a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        align-self: center; }
  #c-more-media img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    max-height: 60px; }
    #c-more-media img:hover {
      -webkit-transform: scale(1.1);
           -o-transform: scale(1.1);
              transform: scale(1.1); }

#c-opinion-area {
  padding-bottom: 30px; }

#c-option-media-tags {
  padding-bottom: 20px; }

#c-opinion .media {
/*   background: #f5f5f5; 
  padding: 12px 15px;*/ }

#c-opinion .media-content {
  font-family: Helvetica;
  font-size: 14px;
  border-bottom: 1px solid #bbb;
}
  #c-opinion .media-content h2 {
    display: -webkit-box !important;
    height: 5em;
    /*height: 3.5em;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.8;
    text-transform: capitalize;
    margin: 10px 0 10px 0; }
  #c-opinion .media-content p {
    margin-bottom: 17px;
    color: #666; }
  #c-opinion .media-content .c-opinion__summary {
    height: 192px; }

@media screen and (min-width: 1100px), print {
  #c-opinion .c-block-more {
    margin-top: 51px !important; } }

#c-video .media + .media {
  margin-top: 14px;
  padding-top: 13px; }

#c-video .medias {
  background: #f5f5f5;
  padding:14px;
}

#c-video .media-title {
  font-weight: 700;
  margin-bottom: 9px; }
  #c-video .media-title + p {
    color: #666;
    margin-bottom: 0; }

/* #c-video .c-block-more {
  margin-top: 30px !important; } */

#c-video .c-post-time {
  line-height: normal; }

.o-format .f-view .u-mask i,
.o-video .f-view .u-mask i {
  background: transparent;
  font-size: 42px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: none;
  color: #fff; }

.o-gallery {
  max-width: 240px; }
  .o-gallery .image {
    max-width: 240px; }

.m-video-focus iframe {
  width: 792px;
  height: 446px;
  border: 5px solid #e6e6e6; }

.category-video .c-post-list > ul {
  margin-top: 1px; }
  .category-video .c-post-list > ul > li {
    padding-bottom: 6px; }
    .category-video .c-post-list > ul > li > a {
      font-size: 22px;
      font-weight: 600;
      height: 71px;
      overflow: hidden; }

.category-video .o-video .card-image {
  border: 5px solid #e6e6e6; }

.m-list-media .u-mask i.fa-play-circle-o {
  font-size: 90px !important;
  width: 80px;
  height: 80px;
  line-height: 80px; }

.f-view .e-title {
  width: 100%;
  top: 0;
  position: absolute; }
  .f-view .e-title.is-bottom {
    top: auto;
    bottom: 0; }
  .f-view .e-title p {
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0; }

.is-big .tile {
  position: relative; }

.c-slider-index {
  width: 100%;
  height: 98px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px; }
  .c-slider-index .e-title {
    margin-top: 12px;
    color: #fff !important;
    font-size: 23px;
    display: block; }

.c-quote {
  position: relative;
  width: 100%;
  text-indent: 30px;
  top: 30px; }
  .c-quote:before, .c-quote:after {
    position: absolute;
    content: ' ';
    width: 28px;
    height: 28px;
    background-size: contain !important; }
  .c-quote:before {
    background: url("../images/quote-up.svg");
    left: 15px;
    top: 20px; }
  .c-quote:after {
    background: url("../images/quote-down.svg");
    right: 15px;
    bottom: 20px; }
    @media screen and (max-width: 1099px) {
      .c-quote:after {
        display: none; } }

.c-image-links .is-overlay {
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 60px;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.22, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.22, 1); }
  .c-image-links .is-overlay p {
    height: 146px;
    overflow: hidden;
    margin-bottom: 0;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff; }

.c-image-links .f-view:hover .is-overlay {
  height: 100%;
  top: 0;
  bottom: 0;
  background: #333; }
  .c-image-links .f-view:hover .is-overlay p {
    padding: 0 20px;
    height: 138px;
    font-size: 20px; }
  .c-image-links .f-view:hover .is-overlay .c-quote {
    top: 0; }
    .c-image-links .f-view:hover .is-overlay .c-quote:before {
      top: 0; }
    .c-image-links .f-view:hover .is-overlay .c-quote:after {
      bottom: 0; }

.u-slider-item .c-quote2 {
  bottom: 0;
  position: absolute;
  top: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  line-height: normal; }
  .u-slider-item .c-quote2 p {
    margin-bottom: 0; }

.section-single-picture .f-view .e-title {
  top: auto;
  bottom: 0; }

.c-opinion-media {
  background: #f5f5f5;
  margin: 0;
  padding:.5em;
/*   padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;  */
}
  .c-opinion-media .column {
    padding: 1rem; }
  .c-opinion-media .card {
    background: transparent; }
  .c-opinion-media .card-title {
    font-weight: 700;
    text-transform: capitalize; }
  .c-opinion-media .card-footer {
    padding: 0; }
    .c-opinion-media .card-footer .c-post-author {
      color: #A61D2A; }
      .c-opinion-media .card-footer .c-post-author a {
        color: #A61D2A; }

#c-opinion-tags {
  background: #f5f5f5;
  height: calc(100% + .75rem); }
  #c-opinion-tags .c-heading {
    margin-bottom: 0; }
    #c-opinion-tags .c-heading + .sep {
      background: #fff;
      width: 100%;
      height: 15px; }
  #c-opinion-tags .c-content {
    padding: 10px;
    margin-bottom: -15px; }
    #c-opinion-tags .c-content a.tag-cloud-link {
      display: inline-block;
      background: #fff;
      border: 1px solid #e3e3e3;
      height: 28px;
      line-height: 28px;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 10px;
      margin-right: 8px;
      text-transform: capitalize; }
      #c-opinion-tags .c-content a.tag-cloud-link:hover {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding-left: 12px;
        padding-right: 12px;
        color: #A61D2A;
        border-color: #A61D2A; }

.c-footer-logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-footer-logo img {
    width: 175px;
    height: auto; }

.pagination {
  margin-top: 45px;
  margin-bottom: 45px; }

.category-topic .meidas {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 25px; }

.category-topic .c-heading-not {
  margin-bottom: 9px; }

.category-topic .c-post-panel > ul > li {
  height: 106px; }
  .category-topic .c-post-panel > ul > li > a {
    height: 73px;
    overflow: hidden; }

#c-topic-slider-tops {
  padding-bottom: 8px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 50px; }

.c-topic-sep {
  width: 100%;
  height: 10px;
  background: #A61D2A;
  margin-bottom: 44px; }

.c-media-tops {
  margin-bottom: 68px !important; }
  .c-media-tops .entry-title {
    font-size: 24px;
    font-weight: 700;
/*     font-family: "PT Serif Caption"; */
    text-transform: capitalize; }
  .c-media-tops .c-entry-meta {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 52px;
    font-style: italic;
    color: #8f8f91;
    font-weight: 300; }
    .c-media-tops .c-entry-meta a {
      color: #8f8f91; }
    .c-media-tops .c-entry-meta i {
      color: #8f8f91;
      margin-right: 5px; }
    .c-media-tops .c-entry-meta .c-excerpt {
      font-family: Helvetica;
      font-size: 15px; }
  .c-media-tops .c-excerpt {
    color: #666666;
    line-height: 32px;
    font-size: 15px;
    overflow: hidden;
    position: relative; }
    .c-media-tops .c-excerpt.is-active {
      height: auto !important; }
      .c-media-tops .c-excerpt.is-active .js-toggle {
        bottom: 1.5rem; }
        .c-media-tops .c-excerpt.is-active .js-toggle svg {
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
    .c-media-tops .c-excerpt .js-toggle {
      position: absolute;
      right: 0;
      bottom: .5rem;
      height: 2rem;
      width: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-media-tops .c-excerpt .js-toggle svg {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .c-media-tops .c-excerpt .js-toggle svg path {
          fill: #A61D2A; }
  .c-media-tops .c-tops {
    position: relative; }
  .c-media-tops .c-share {
    width: 100%;
    position: absolute;
    bottom: .75rem;
    right: 0;
    border-bottom: 1px solid #e9e9e9;
    text-align: right; }

.section-single-video .c-media-tops .c-share {
  bottom: 12px; }

.section-single-video .c-tops h2 {
  font-family: 'PT Serif Caption';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px; }

.category-opinion .c-tops .post-categories li {
  display: none; }
  .category-opinion .c-tops .post-categories li:first-child {
    display: block; }

.o-media2 .media,
.o-media3 .media {
  position: relative; }
  @media screen and (min-width: 1100px), print {
    .o-media2 .media + .media,
    .o-media3 .media + .media {
      border-top: 0;
      margin-top: 30px;
      padding-top: 0; } }

.o-media2 .c-post-tags,
.o-media3 .c-post-tags {
  display: block;
  width: calc(100% - 240px - 16px);
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #e9e9e9;
  text-align: right; }

.o-media2 .media-content-top,
.o-media3 .media-content-top {
  margin-bottom: 20px; }

.category h1 {
  text-transform: uppercase;
  font-size: 32px !important; }

.o-media3 {
  margin-bottom: 70px; }

@font-face {
  font-family: 'weather';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-0:before {
  content: ":"; }

.icon-1:before {
  content: "p"; }

.icon-2:before {
  content: "S"; }

.icon-3:before {
  content: "Q"; }

.icon-4:before {
  content: "S"; }

.icon-5:before, .icon-6:before, .icon-7:before, .icon-8:before {
  content: "W"; }

.icon-9:before {
  content: "I"; }

.icon-10:before {
  content: "W"; }

.icon-11:before, .icon-12:before, .icon-13:before, .icon-14:before {
  content: "I"; }

.icon-15:before {
  content: "W"; }

.icon-16:before {
  content: "I"; }

.icon-17:before {
  content: "W"; }

.icon-18:before {
  content: "U"; }

.icon-19:before, .icon-20:before, .icon-21:before, .icon-22:before, .icon-23:before {
  content: "Z"; }

.icon-24:before, .icon-25:before {
  content: "E"; }

.icon-26:before {
  content: "3"; }

.icon-27:before {
  content: "a"; }

.icon-28:before {
  content: "A"; }

.icon-29:before {
  content: "a"; }

.icon-30:before {
  content: "A"; }

.icon-31:before {
  content: "6"; }

.icon-32:before {
  content: "1"; }

.icon-33:before {
  content: "6"; }

.icon-34:before {
  content: "1"; }

.icon-35:before {
  content: "W"; }

.icon-36:before {
  content: "1"; }

.icon-37:before, .icon-38:before, .icon-39:before {
  content: "S"; }

.icon-40:before {
  content: "M"; }

.icon-41:before {
  content: "W"; }

.icon-42:before {
  content: "I"; }

.icon-43:before {
  content: "W"; }

.icon-44:before {
  content: "a"; }

.icon-45:before {
  content: "S"; }

.icon-46:before {
  content: "U"; }

.icon-47:before {
  content: "S"; }

#weather i {
  color: #766e6a;
  font-family: weather;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none; }

#weather h2 {
  height: 36px;
  line-height: 36px;
  color: #766e6a;
  font-size: 13px;
  font-weight: 300; }

.single .entry-meta {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  font-weight: 300; }
  .single .entry-meta i {
    margin-right: 8px; }
  .single .entry-meta > span {
    margin-right: 15px; }
    .single .entry-meta > span a {
      color: #aaa; }

.single #main {
  padding-left: 26px;
  padding-right: 26px; }

.single .entry-title {
  font-weight: 400;
  font-size: 35px;
  font-family: 'PT Serif Caption';
  text-transform: capitalize;
  margin-top: -12px; 
}



.single .entry-summary {
  padding: 35px;
  color: #A61D2A;
  font-style: italic;
  border: 1px dashed #d0d0d0;
  margin-top: 55px;
  margin-bottom: 70px; }
  .single .entry-summary p:last-child {
    margin-bottom: 0;
    font-weight: 600; }

.c-post-media-list .card-content {
  margin-bottom: 20px;
  line-height: 1.4; }
  .c-post-media-list .card-content a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }

.c-footer-shares .c-share-icon img {
  width: 8vw;
  height: 8vw; }

@media screen and (min-width: 1100px), print {
  .u-top-video iframe {
    width: 100%;
    height: 566px; } }

@media screen and (min-width: 1100px), print {
  .u-top-video .mejs-container {
    height: 560px !important; }
    .u-top-video .mejs-container video {
      height: 560px !important; } }

.page-template-page-about {
  font-size: 16px; }
  .page-template-page-about .m-site-footer > .columns {
    display: none; }
  .page-template-page-about .m-site-footer .m-site-info {
    margin-top: 5px; }
  .page-template-page-about .c-term-heading h2 {
    font-weight: 400; }
  @media screen and (max-width: 1099px) {
    .page-template-page-about .u-p-lg {
      padding: 4vw !important; } }
  @media screen and (max-width: 1099px) {
    .page-template-page-about .m-footer-contact {
      padding: 6vw; } }

.p-contact {
  background: #be2229;
  color: #fff;
  padding: 60px 0;
  font-size: 16px; }
  @media screen and (max-width: 1099px) {
    .p-contact {
      padding: 4vw 0; } }
  .p-contact a {
    color: #fff; }
  .p-contact strong {
    color: #fff; }
  .p-contact h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500; }
  .p-contact li {
    line-height: 30px; }
  @media screen and (max-width: 1099px) {
    .p-contact .u-width-25,
    .p-contact .u-width-75 {
      width: 100% !important; } }

.p-list li {
  margin-bottom: 10px; }
  .p-list li:before {
    content: '•';
    color: #A61D2A;
    margin-right: 5px; }

.p-faq .inner {
  background: #f5f5f5; }

.p-faq dt:before {
  display: inline-block;
  margin-right: 10px;
  content: 'Q:';
  width: 28px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #A61D2A; }

.p-desc {
  border-top: 3px solid #A61D2A;
  border-bottom: 12px solid #f0f0f0; }

.p-feature {
  border-top: 2px solid #A61D2A; }
  .p-feature .media + .media {
    border: 0; }
  .p-feature .media h2 {
    font-size: 16px;
    color: #111;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 12px; }
  .p-feature .media p {
    color: #666;
    margin-bottom: 0; }
    @media screen and (max-width: 1099px) {
      .p-feature .media p {
        margin-left: -46px; } }
  @media screen and (max-width: 1099px) {
    .p-feature .media-left img {
      width: 32px; } }

.category-special-reports .site-main .media.hentry {
  position: relative; }
  .category-special-reports .site-main .media.hentry .c-post-time {
    position: absolute;
    bottom: 0;
    right: 0; }

.c-top-bg {
  height: 10px;
  background: #A61D2A;
  position: relative;
  overflow: hidden; }
  .c-top-bg .left, .c-top-bg .right {
    width: 30px; }
    .c-top-bg .left:before, .c-top-bg .right:before {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0; }
  .c-top-bg .left:before {
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 10px solid #fff; }
  .c-top-bg .right {
    float: right; }
    .c-top-bg .right:before {
      border-left: 30px solid transparent;
      border-right: 0 solid transparent;
      border-bottom: 10px solid #fff; }

.c-sidebar {
  background: #e9e9e9;
  padding: 15px; }
  .c-sidebar .media + .media {
    border-top: 1px solid #bbb;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px; }

.category-pictures .slick-slide {
  line-height: 0; }

.c-about-slider .slick-slide {
  position: relative; }
  .c-about-slider .slick-slide:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: .9;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }

.c-about-slider .slick-current:after,
.c-about-slider .slick-active:after {
  display: none; }

.c-wechat-share {
  z-index: 99999; }
  .c-wechat-share .modal-content {
    width: 315px;
    z-index: 999;
    text-align: center;
    background: #fff;
    padding: 30px 30px 20px; }

/*.section-opinion .entry-content p, .section-opinion .entry-content li {
  font-size: 18px; }
*/
.m-video-recommend .slick-prev,
.m-video-recommend .slick-next,
.o-pictures .slick-prev,
.o-pictures .slick-next {
  opacity: 1; }

.m-video-recommend .slick-prev,
.m-video-recommend .slick-next {
  top: 75px; }
  @media screen and (max-width: 1099px) {
    .m-video-recommend .slick-prev,
    .m-video-recommend .slick-next {
      top: 13.4vw; } }

.pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .pagination .pagination-list {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .pagination .pagination-previous {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

.c-banner {
  background: #f6f6f6;
  padding: 30px;
  border-bottom: 8px solid #A61D2A;
  font-size: 18px; }
  .c-banner p:last-child {
    margin-bottom: 0; }
  .c-banner strong {
    color: #A61D2A; }

.post-template-tmp-long .entry-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }

.post-template-tmp-long .entry-meta {
  max-width: 400px;
  margin: 0 auto 80px auto !important; }

.u-line2 {
  display: -webkit-box !important;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.c-weather {
  position: absolute; }

.c-toplinks {
  text-align: center; }
  .c-toplinks a:after {
    content: '|';
    margin-left: 15px;
    margin-right: 15px;
    color: #999;
    vertical-align: bottom;
    font-size: 12px; }
  .c-toplinks a:last-child:after {
    content: none; }

.c-popular-story {
  background: #f5f5f5;
/*   padding-bottom: .75rem;  */
}
  .c-popular-story .c-block-more {
    margin: -.75rem .75rem 0 .75rem; }
  .c-popular-story .card-title {
    height: 48px ;/*!important*/
    font-size: 16px !important; }
  .c-popular-story .card-excerpt {
    height: 48px !important;
    overflow: hidden; }

.c-avatar--circle img {
  border: 2px solid #999; }

#c-video .f-view {
  line-height: normal; }

@media screen and (min-width: 1100px), print {
  #c-video .c-avatar--circle {
    width: 124px;
    text-align: center; } }

.media--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-color: transparent !important; }
  .media--middle .media-title {
/*     color: #A61D2A; */
}
  .media--middle .c-entry__author {
    border-bottom: 1px solid #ddd; }

.media--right .media-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 1rem; }

.media--right .media-content {
  text-align: right; }

@media screen and (min-width: 1100px), print {
  #c-video .media--middle {
    height: 131px; } }

@media screen and (max-width: 1099px) {
	.c-banner{font-size:14px;}
  .post-type-archive-editor .c-about-slider {
    margin-bottom: 6vw !important; }
  .post-type-archive-editor .breadcrumbs li:nth-child(3) {
    display: block !important; }
    .post-type-archive-editor .breadcrumbs li:nth-child(3) a {
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .post-type-archive-editor .pagination {
    margin-top: 4vw;
    margin-bottom: 4vw; } }

.c-authors .entry__title {
  font-size: 21px;
  font-weight: 600;
  height: 52px;
  overflow: hidden;
  line-height: normal; }

.c-authors .entry__summary {
  color: #A61D2A;
  height: 52px;
  overflow: hidden; }

.c-authors .media {
  border-right: 1px solid #999; }
  @media screen and (max-width: 1099px) {
    .c-authors .media {
      padding-bottom: 4vw;
      margin-bottom: 4vw;
      border-right: 0;
      border-bottom: 1px solid #999; } }
  .c-authors .media .media-content {
    padding-right: 15px; }
  .c-authors .media.is-last {
    border-right: 0; }

@media screen and (max-width: 1099px) {
  .c-authors .column:last-child .media {
    border-bottom: 0; } }

.single-editor .breadcrumbs li:nth-child(4) a {
  font-size: 24px;
  font-family: Arial-Narrow;
  font-style: italic;
  color: #666;
  font-weight: 500; }
  .single-editor .breadcrumbs li:nth-child(4) a:before {
    content: '>';
    font-weight: 300;
    font-size: 22px;
    margin-left: 10px;
    margin-right: 10px; }

.single-editor #main {
  padding-left: 0;
  padding-right: 0; }

.single-editor .entry-title {
  font-size: 18px;
  margin-top: -4px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Gill Sans MT", "Gill Sans", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans; }
  @media screen and (max-width: 1099px) {
    .single-editor .entry-title {
      font-size: 1rem !important;
      line-height: 1.5 !important; } }

.single-editor .entry-summary {
  padding: 0;
  border: 0;
  margin-top: 0;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  font-style: normal; }

.single-editor .entry-tags,
.single-editor .c-post-time {
  display: none; }

@media screen and (max-width: 1099px) {
  .single-editor .c-post-time {
    display: block; } }

.single-editor .o-editor-posts .media {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 24px; }
  @media screen and (max-width: 1099px) {
    .single-editor .o-editor-posts .media {
      padding-bottom: 6vw; } }

@media screen and (max-width: 1099px) {
  .single-editor .o-editor-posts .column {
    padding-top: 3vw;
    padding-bottom: 3vw; }
    .single-editor .o-editor-posts .column:last-child {
      padding-bottom: 0; }
      .single-editor .o-editor-posts .column:last-child .media {
        padding-bottom: 0;
        border-bottom: 0; } }

.o-author-profile {
  border-bottom: 10px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  .o-author-profile .entry {
    border: 2px dashed #e5e5e5;
    padding: 30px 50px; }
    @media screen and (min-width: 1100px), print {
      .o-author-profile .entry {
        height: 218px; } }
    @media screen and (max-width: 1099px) {
      .o-author-profile .entry {
        padding: 20px 30px; } }
    .o-author-profile .entry__title {
      font-size: 18px;
      border-bottom: 2px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 15px;
      text-transform: uppercase;
      max-width: 260px;
      font-weight: 700;
      font-style: italic; }
    .o-author-profile .entry__summary {
      color: #A61D2A;
      font-size: 16px; }
      .o-author-profile .entry__summary p {
        margin-bottom: 0; }

.c-ec {
  position: relative; }
  .c-ec__name {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 36px;
    line-height: 36px; }

/* @media screen and (min-width: 1100px), print {
  .c-popular-story .c-opinion-media {
    height: 320px;
  } } */

@media screen and (max-width: 1099px) {
  .c-popular-story .slick-prev, .c-popular-story .slick-next {
    opacity: 1 !important; } }

.category-special-reports .c-media-tops {
  margin-bottom: -0.75rem !important; }

.category-special-reports .c-term-heading {
/*   margin-top: 30px; */
}

.category-video .content-area {
  margin-top: -0.75rem; }

.category-video .o-top-videos {
  margin-bottom: 0; }

.home .c-avatar--circle img {
  border-radius: 50%; }

.c-new-video .media-title {
  display: -webkit-box !important;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.c-cat-banner img {
  max-width: 100%;
  height: auto;
  }
  @media screen and (max-width: 1099px) {
    .c-cat-banner img {
      margin-top: 10px; } }

.c-heading {
  margin-bottom: 10px; }

#c-topic-slider-tops, .c-topic-sep {
  margin-bottom: 30px; }

/* #c-last-updates {padding-bottom: 6px;} */
.pagination {
  margin-top: 30px;
  margin-bottom: 6px; }

.c-media-tops {
  margin-bottom: 30px !important; }

.o-media3 {
  margin-bottom: 30px; }

.m-list-media .u-mask i.fa-play-circle-o {
  font-size: 45px !important; }

.f-view .u-mask {
  background: rgba(0, 0, 0, 0.25); }

.post-categories li a {
  line-height: 12px; }

.o-media4 .media {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #b9b9b9; }

@media screen and (max-width: 1099px) {
  .c-term-heading {
    margin-top: 15px;
    margin-bottom: 15px; }
  .o-media3 {
    margin-bottom: 15px; }
  .media-right {
    margin-top: 10px; }
  .category h1 {
    font-size: 4.8vw !important;
    margin-bottom: -1vw !important; }
  .archive.category-opinion .c-media-tops {
    margin-top: 1vw !important;
    margin-bottom: -1vw !important; }
  .breadcrumbs li a {
    font-size: 0.75rem !important; }
  .c-banner {
    padding: 8px; }
  .c-term-heading {
    margin-top: 40px; }
    .c-term-heading h2 {
      font-size: 4.8vw;
  width:100%;
  }
      .c-term-heading h2 a {
        font-family: "Gill Sans MT", "Gill Sans", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans; }
  .archive.category-opinion .c-tops .entry-title {
    font-size: 4.8vw; }
  .burger .fa {
    font-size: 1.3rem; }
  #navbarBurger {
    background-size: 1.8rem; }
  #c-video {
    margin-top: -2vw; }
    #c-video .o-video .media-left {
      width: 22vw; }
  .c-popular-story {
    padding-bottom: 0; }
  .tile.is-ancestor:not(:last-child) {
    margin-bottom: -1.25rem; }
  .o-media4 .media {
    padding-top: 4vw;
    margin-top: 4vw; } }

.entry-content em {
  font-style: italic; }

@media screen and (max-width: 1099px) {
  .breadcrumbs li a {
    font-size: 0.75rem !important; }
  #navbarBurger {
    background-size: 1.8rem; }
  .burger .fa {
    font-size: 1.3rem; } }

@charset "UTF-8";
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg); } }

/* --------------------------------------------------------------
 * = 通用辅助样式
 * ----------------------------------------------------------- */
/* Usage Examples
    .my-level-1-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 48px;
        margin: 0 0 0 16px;
    }

    .my-level-2-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 32px; // Don't need to change any settings, will work with any font size automatically
        margin: 0 0 0 16px;
    }

    .my-body-copy-class {
        @include text-crop($line-height: 2); // Larger line height desired, set the line height via the mixin
        font-size: 16px;
    } */
@media screen and (max-width: 480px) {
  .column.is-1-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333% !important; }
  .column.is-2-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667% !important; }
  .column.is-3-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25% !important; }
  .column.is-4-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333% !important; }
  .column.is-5-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667% !important; }
  .column.is-6-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50% !important; }
  .column.is-7-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333% !important; }
  .column.is-8-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667% !important; }
  .column.is-9-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75% !important; }
  .column.is-10-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333% !important; }
  .column.is-11-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667% !important; }
  .column.is-12-phone {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100% !important; } }

.inline-block {
  display: inline-block; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.close {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  float: right;
  opacity: .2;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    cursor: pointer;
    text-decoration: none;
    opacity: .4;
    color: #000;
    filter: alpha(opacity=40); }

button.close {
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  -webkit-appearance: none; }

.hide {
  display: none; }

.show {
  display: block; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.sr-only {
  display: none; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0; }

.in,
.fade.in {
  opacity: 1; }

.collapse {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease; }

.collapse.in,
.in {
  height: auto; }

.dividing {
  padding: 0 5px; }

.loading {
  color: transparent !important;
  min-height: 12px;
  pointer-events: none;
  position: relative; }
  .loading::after {
    -webkit-animation: loading 500ms infinite linear;
         -o-animation: loading 500ms infinite linear;
            animation: loading 500ms infinite linear;
    border: 2px solid #aa262d;
    border-right-color: transparent;
    border-top-color: transparent;
    border-radius: 14px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%; }

.img-rounded {
  border-radius: 6px; }

.img-circle {
  border-radius: 50%; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.c-mobile-share {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px; }
  .c-mobile-share img {
    width: 32px;
    height: 32px;
    margin: 0 5px; }

@media screen and (max-width: 1099px) {
	.single .entry-title,h1, h2, h3, h4, h5, h6{
			font-family: "Arial";		}
  .u-mb-lg {
    margin-bottom: 4vw !important; }
  .typo h1 {
    font-size: 20px; }
  .typo p {
    font-size: 17px;
    font-family: arial, helvetica, sans-serif;
    line-height: 25px; }
  .single .entry-title {
    font-size: 6.4vw;
    line-height: 7.2vw;
    margin-top: 0; }
  .single .entry-summary {
    font-size: 18px;
    margin: 4vw 0;
    padding: 4vw; }
  #navbarBurger {
    margin-left: 3.6vw;
    background: url("../images/menu.svg") center center no-repeat;
    background-size: 2.5rem; }
    #navbarBurger.is-active {
      background-image: url("../images/close.svg"); }
  #navbarSearch {
    margin-right: 3.6vw; }
  .c-post-info {
    margin-top: 4vw;
    margin-bottom: 4vw !important;
    padding-bottom: 0;
    border: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-post-info a, .c-post-info strong {
      font-weight: 300;
      font-size: 16px; }
    .c-post-info strong {
      font-weight: 400; }
  .c-mobile-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5vw;
    margin-bottom: 2vw; }
    .c-mobile-share img {
      width: 8vw;
      height: 8vw;
      margin: 0 5px; }
  .media + .media {
    margin-top: 4vw;
    padding-top: 4vw;
    border-top-color: #bbb; }
  .o-media2 .media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .o-media2 .post-categories {
    position: absolute;
    bottom: 0; }
  .pagination {
    margin-bottom: 2vw; }
  .is-navbar-open .affix {
    position: static;
    height: 100vh; }
  .is-navbar-open .menu-bar {
    position: fixed;
    z-index: 999 !important; }
  .is-navbar-open #site {
    height: 100vh;
    overflow: hidden; }
  .is-navbar-open header.style3 .navbar-top {
    position: fixed;
    width: 100%; }
  .section {
    padding: 4.8vw; }
  .columns {
    margin-left: -1.6vw;
    margin-right: -1.6vw; }
  .column {
    padding: 1.6vw; }
  .menu-bar {
    background: transparent;
    border-top: 0;
    height: calc(100% - 10vw);
    overflow: scroll;
    z-index: -1;
    top: calc(3.75rem); }
    .menu-bar .navbar-menu {
      height: auto;
      padding: 4.8vw;
      background: rgba(255, 255, 255, 0.95); }
      .menu-bar .navbar-menu > .navbar-item {
        border-top: 1px solid #A61D2A;
        border-bottom: 1px solid #A61D2A;
        margin-bottom: 1rem; }
        .menu-bar .navbar-menu > .navbar-item:last-child {
          margin-bottom: 0; }
          .menu-bar .navbar-menu > .navbar-item:last-child .navbar-dropdown {
            margin-bottom: 0 !important; }
        .menu-bar .navbar-menu > .navbar-item.show {
          border-bottom: 0;
          margin-bottom: 0; }
          .menu-bar .navbar-menu > .navbar-item.show .js-toggle svg {
            -webkit-transform: rotate(180deg);
                 -o-transform: rotate(180deg);
                    transform: rotate(180deg); }
      .menu-bar .navbar-menu > a {
        display: none; }
      .menu-bar .navbar-menu .has-dropdown .navbar-link {
        display: inline-block;
        background: #A61D2A;
        padding: 0 .5rem !important;
        height: 2rem;
        line-height: 2rem;
        color: #fff !important; }
      .menu-bar .navbar-menu .has-dropdown .navbar-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background: transparent;
        border-top: 1px solid #A61D2A;
        padding-bottom: 0;
        margin-bottom: 2vw; }
        .menu-bar .navbar-menu .has-dropdown .navbar-dropdown .navbar-item {
          height: 2rem;
          line-height: 2rem;
          color: #A61D2A;
          font-weight: 600;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-align: left; }
          .menu-bar .navbar-menu .has-dropdown .navbar-dropdown .navbar-item:last-child, .menu-bar .navbar-menu .has-dropdown .navbar-dropdown .navbar-item:nth-child(-2) {
            border-bottom: 0; }
  .navbar-top .navbar-brand img.custom-logo {
    margin-left: 0;
    max-width: 100%;
  /* log大小 */
    height: 5vw;
    max-height: 2.5rem; }
  .navbar-top.affix img.custom-logo {
    padding: 0; }
  .js-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: #A61D2A;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff; }
    .js-toggle svg {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .menu-bar .navbar-menu .has-dropdown .navbar-dropdown {
    display: none; }
  #c-search-bar {
    display: none;
    height: 43px; }
    #c-search-bar.is-active {
      display: block; }
    #c-search-bar .has-addons {
      width: 50vw; }
      #c-search-bar .has-addons .control:first-child {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      #c-search-bar .has-addons .input {
        height: 24px; }
    #c-search-bar .search-btn {
      width: 24px;
      height: 24px;
      margin-left: -28px; }
      #c-search-bar .search-btn .fa {
        font-size: 18px; }
    #c-search-bar .searchform {
      top: 10px;
      right: 4.8vw; }
  .brand-bar {
    background: #A61D2A;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .breadcrumbs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 3.5vw !important; }
    .breadcrumbs li:nth-child(3) {
      display: none !important; }
    .breadcrumbs li a {
      color: #A61D2A;
      font-size: 1.5rem !important; }
  .burger {
    width: 12.8vw; }
    .burger img {
      width: 10vw; }
    .burger .fa {
      font-size: 2rem;
      color: #fff; }
  .category h1 {
    font-size: 16px !important;
    margin-bottom: 4.8vw !important; }
    .category h1 + .c-term-heading {
      margin-top: 4.8vw !important; }
  .category .media-left {
    width: 45vw; }
    .category .media-left .image img {
      max-width: initial; }
  #c-home-focus {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 2vw; }
  #c-option-media-tags {
    padding-bottom: 4vw; }
    #c-option-media-tags > .columns {
      margin-top: 0; }
  #c-last-updates {
    margin-bottom: 4vw; }
    #c-last-updates .card-tag {
      position: absolute;
      left: 0;
      bottom: 0;
      margin-bottom: 0; }
      #c-last-updates .card-tag a {
        font-size: 2.4vw; }
    #c-last-updates > .columns {
      margin-top: 0; }
    #c-last-updates .m-to-media .card {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      #c-last-updates .m-to-media .card .card-content {
        padding-top: .75rem; }
  #c-popular-stories {
    padding-bottom: 6vw; }
    #c-popular-stories .card {
      padding: 0 0 .5rem;
      border-bottom: 1px solid #bfbfbf; }
      #c-popular-stories .card .card-content {
        padding: 0; }
  .card-tag,
  .m-list-media .c-post-tags,
  .o-media2 .post-categories,
  .u-slider-tag {
    background: #A61D2A;
    display: inline-block;
    border-radius: 50px;
    padding: 4px 2vw;
    line-height: normal;
    display: none !important; }
    .card-tag a,
    .m-list-media .c-post-tags a,
    .o-media2 .post-categories a,
    .u-slider-tag a {
      color: #fff !important; }
  .card-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card-tag .post-categories {
      height: auto;
      line-height: normal;
      padding-left: 0;
      padding-right: 0; }
      .card-tag .post-categories li:not(:last-child) {
        margin-right: 1vw; }
  .m-list-media .media {
    position: relative; }
  .m-list-media .c-post-tags {
    position: absolute;
    left: 0;
    bottom: 0; }
  .m-slider .u-slider-content {
    position: static;
    background: #f5f5f5;
    font-size: 4vw;
    padding: 0;
    margin: 0; }
    .m-slider .u-slider-content h3 {
      font-size: 4vw;
      height: 16.5vw;
      line-height: 1.6;
      overflow: hidden;
      margin: 0;
      padding: 2vw 4vw;
      color: #333;
      text-shadow: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .m-slider .u-slider-content h3 span {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
  .m-slider .slick-dots {
    bottom: 18vw; }
  .m-slider .u-slider-tag {
    position: absolute;
    left: 0;
    bottom: 14.3vw;
    z-index: 9999; }
    .m-slider .u-slider-tag a {
      font-size: 3.2vw; }
  .c-heading {
    margin-bottom: 4vw; }
    .c-heading a {
      color: #fff !important; }
  .c-heading-mobile {
    background: #A61D2A;
    color: #fff;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem; }
    .c-heading-mobile:before {
      content: none; }
    .c-heading-mobile .pull-right {
      font-size: .75rem;
      color: #fff;
      font-family: Arial Narrow;
      font-style: italic; }
  .c-term-heading {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: normal; 
    border-bottom:1px solid #bbb;
  }
    .c-term-heading h2 {
      vertical-align: middle;
/*       max-width: 60vw; */
      height: auto;
      line-height: 6vw;
      white-space: normal;
      overflow: visible; }
      .c-term-heading h2 a {
        font-size: 4.8vw !important;
        font-family: Arial-Bold; }
  #c-video {
    margin-top: 2vw; }
    #c-video .o-video {
      background: #fff;
      padding: 0; }
      #c-video .o-video .media {
        margin-bottom: 4vw;
        background: #f5f5f5;
        padding: 0 !important;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #c-video .o-video .media + .media {
          border-top: 0;
          padding-top: 0; }
        #c-video .o-video .media .media-content {
          padding: 2vw; }
        #c-video .o-video .media .media-title {
/*           font-size: 3vw; */
	}
      #c-video .o-video .media-left {
        width: 35vw;
        margin-right: 2vw; }
        #c-video .o-video .media-left .image img {
          max-width: initial; }
  .e-video-desc {
    background: #f5f5f5;
    padding: 4vw; }
    .e-video-desc h2 {
/*       font-size: 6.4vw; */
      font-weight: 600;
      margin-bottom: 4vw; }
    .e-video-desc .e-excerpt {
/*       font-size: 4vw; */
	}
      .e-video-desc .e-excerpt p:last-child {
        margin-bottom: 0; }
  .o-big-videos .card-content {
    background: #f5f5f5;
    padding: 3vw; }
    .o-big-videos .card-content h2 {
      font-size: 4.8vw;
      margin-bottom: 1vw; }
      .o-big-videos .card-content h2 + p {
        font-size: 3.2vw; }
  .c-media-tops {
    margin-bottom: 4vw !important; }
    .c-media-tops .c-entry-meta {
      height: 10vw;
      line-height: 10vw;
      margin-top: -2.6vw;
      margin-bottom: 2vw;
      border-top: 0;
      font-size: 12px; }
    .c-media-tops .entry-title {
/*       font-size: 3.45vw; */
		font-size: 16px;
	}
    .c-media-tops .c-excerpt {
      font-size: 4vw; }
  .s-title-line-3 .e-title {
    background: #f5f5f5;
    padding: 1.5vw;
    height: 8.8vw;
    margin-top: 0;
    font-size: 2vw;
    line-height: 3.6vw; }
  .section-single-picture main {
    overflow: hidden; }
  .section-single-picture .c-media-tops .c-tops {
    background: #f5f5f5;
    margin: -1.6vw 1.6vw 6vw;
    padding: 2.2vw 4vw 4vw;
    width: auto; }
  .section-single-picture .c-media-tops h2 {
    font-size: 4vw; }
  .section-single-picture .c-media-tops .c-entry-meta {
    margin-top: 2vw;
    border-top: 1px solid #e9e9e9; }
  .section-single-picture .c-excerpt {
    margin-bottom: 4vw; }
  .single .entry-meta {
    font-size: 12px; }
    .single .entry-meta > span {
      margin-right: 1vw; }
  #c-opinion-area {
    margin-bottom: 3vw;
    padding-bottom: 0; }
  #c-opinion {
/*     margin-bottom: 3vw; */
	}
    #c-opinion .media {
      display: block;
      padding: 0;
      position: relative; }
    #c-opinion .media-right {
      margin-left: 0; }
    #c-opinion .media-content {
      position: absolute;
      bottom: 0;
      z-index: 99;
      background: rgba(0, 0, 0, 0.6);
      padding: 2.14vw; }
      #c-opinion .media-content h2 {
        height: auto;
        margin-bottom: 0;
        text-align: center; }
        #c-opinion .media-content h2 a {
          font-size: 3.2vw;
          color: #fff !important;
          font-weight: 700; }
  .c-opinion-media {
    margin-bottom: 2vw !important;
    margin-left: 0;
    margin-right: 0; }
    .c-opinion-media .column {
      padding: 2vw; }
  .tile.is-big {
    width: 100%; }
  .is-overlay-mobile {
    position: relative; }
    .is-overlay-mobile .u-slider-tag,
    .is-overlay-mobile .c-post-tags {
      position: absolute;
      bottom: 0;
      left: 0; }
  #footer {
    overflow: visible;
    margin-top: 4vw; }
  .c-footer-more {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 6.4vw;
    padding: 4vw 0;
    color: #fff;
    text-align: center;
    font-weight: 700; }
  .m-sidebar-footer {
    width: auto;
    position: relative; }
    .m-sidebar-footer .widget-title {
      position: relative;
      border-bottom: none;
      font-size: 2.4vw;
      text-align: center; }
      .m-sidebar-footer .widget-title:after {
        content: '>';
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: rotate(270deg);
             -o-transform: rotate(270deg);
                transform: rotate(270deg);
        width: 1.86vw;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
    .m-sidebar-footer .widget_nav_menu {
      position: static; }
      .m-sidebar-footer .widget_nav_menu .menu {
        background: rgba(233, 233, 233, 0.9);
        display: none;
        position: absolute;
        width: 90.4vw;
        left: 1.6vw;
        bottom: 16vw;
        padding: 4vw;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .m-sidebar-footer .widget_nav_menu .menu li {
          width: 100%;
          float: left;
          border-bottom: 1px dotted #A61D2A; }
          .m-sidebar-footer .widget_nav_menu .menu li a {
            color: #A61D2A;
            font-size: 3.6vw;
            font-family: Helvetica LT Std-Black Condensed;
            font-weight: 500; }
  .archive.category-opinion .c-media-tops {
    position: relative;
    margin-bottom: 6vw !important; }
  .archive.category-opinion .c-tops {
    position: absolute;
    bottom: 0; }
    .archive.category-opinion .c-tops .entry-title {
      background: rgba(0, 0, 0, 0.7);
      padding: 2vw;
      font-size: 6.4vw; }
      .archive.category-opinion .c-tops .entry-title a {
        color: #fff; }
  .o-pictures .columns .column {
    display: none; }
    .o-pictures .columns .column:nth-child(1), .o-pictures .columns .column:nth-child(2) {
      display: block; }
  .oo-show-time .media,
  .archive.category-special-reports .media,
  .archive.category-topic .media {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .oo-show-time .media .c-post-time,
    .archive.category-special-reports .media .c-post-time,
    .archive.category-topic .media .c-post-time {
      position: absolute;
      bottom: 0;
      right: 0; }
  .archive.category-special-reports .c-media-tops .column:nth-child(6) {
    display: none; }
  .archive.category-more .c-post-tags,
  .archive.category-more .post-categories,
  .o-show-time .c-post-tags,
  .o-show-time .post-categories {
    display: none; }
  .archive.category-more .media-content-top,
  .o-show-time .media-content-top {
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0; }
    .archive.category-more .media-content-top a,
    .o-show-time .media-content-top a {
      margin-right: 0 !important; }
    .archive.category-more .media-content-top .c-post-time,
    .o-show-time .media-content-top .c-post-time {
      font-size: 2.14vw; }
    .archive.category-more .media-content-top .c-post-author,
    .o-show-time .media-content-top .c-post-author {
      display: none; }
  .back-to-top {
    z-index: 9999;
    background: #A61D2A;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-shadow: 0 0 6px #00000063; }
    .back-to-top svg {
      width: 32px; }
      .back-to-top svg path {
        fill: #fff; }
  .c-opinion-box {
    padding-top: 2vw;
    padding-bottom: 2vw; }
    .c-opinion-box .box {
      border-radius: 0;
      padding: 3vw; }
      .c-opinion-box .box .media-left {
        margin-right: 0; }
        .c-opinion-box .box .media-left img {
          max-width: initial;
          width: 22vw; }
      .c-opinion-box .box .card-title {
        display: -webkit-box !important;
        height: 9vw;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 3vw;
        margin-bottom: 0;
        line-height: 4.5vw; }
  .post-categories li {
    display: none; }
    .post-categories li:first-child {
      display: block; }
    .post-categories li a {
      display: block;
      max-width: 38vw;
      white-space: nowrap;
      overflow: hidden;
      line-height: 10px;
      text-overflow: ellipsis; }
  .c-term-heading h2.u-title-long {
/*     max-width: 65vw; */
    font-size: 14px;
  }
    .c-term-heading h2.u-title-long a {
      display: block; }
  .m-video-focus iframe {
    height: 54.24vw; }
  .m-list-media .is-6-mobile .u-mask i.fa-play-circle-o {
    font-size: 12vw !important; }
  .c-slider-index {
    width: 35vw;
    height: 15vw;
    font-size: 2vw; }
    .c-slider-index .e-title {
      margin-top: 1.6vw;
      font-size: 4vw; }
  .u-slider-item .c-quote {
    display: none; }
  .c-quote:before,
  .c-quote:after {
    width: 8vw;
    height: 8vw;
    background-size: contain; }
  .c-quote:before {
    left: 4vw;
    top: 3vw; }
  .c-quote:after {
    right: 4vw;
    bottom: 6vw; }
  .c-image-links .is-overlay p {
    padding: 1vw 6vw;
    height: 34vw !important; }
  .c-image-links .f-view:hover .is-overlay p {
    height: 22vw !important;
    line-height: 7vw; }
  .page-template-page-about .c-term-heading h2 {
    line-height: 8vw; }
  .page-template-page-about .c-term-heading-long h2 {
    line-height: 6.8vw;
    max-width: 80vw;
    font-size: 20px; }
  section.m-slider {
    margin-bottom: 3.3vw; }
  #c-popular-stories {
    margin-bottom: 6.3vw; }
  .o-media3 {
    margin-bottom: 2vw; }
  .pagination {
    margin-top: 6vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pagination-previous, .pagination-next {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .pagination-previous, .pagination-next, .pagination-link {
    width: 8vw;
    height: 8vw; }
  .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis {
    padding: 0;
    text-align: center;
    margin: 0;
    min-width: initial; }
  .single #main {
    padding-left: 0;
    padding-right: 0; }
  .wp-caption {
    max-width: 100%; }
  .o-sub-cat .u-mask {
    position: static;
    background: #f3f3f3;
    color: #333;
    border-bottom: 1px solid #e3e3e3; }
  .single .c-post-info .post-categories li a {
    max-width: 100%;
    line-height: normal; }
  .section-opinion .entry-content .entry-meta .post-categories {
    vertical-align: inherit; }
    .section-opinion .entry-content .entry-meta .post-categories li {
      font-size: 3.2vw;
      font-family: Arial Narrow; }
  .category-opinion .c-post-author,
  .o-sub-opinion .c-post-author {
    position: absolute;
    bottom: 0; }
  .entry-content {
    text-align: left; }
  .category-topics .media-content .c-post-time {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 100px;
    text-align: right; }
  #c-search-bar-mobile {
    display: none;
    background: rgba(234, 233, 232, 0.95);
    width: 100%;
    position: absolute;
    top: 3.75rem;
    padding: .5rem; }
    #c-search-bar-mobile.is-active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #c-search-bar-mobile .searchform {
      width: 100%; }
    #c-search-bar-mobile .field {
      border: 1px solid #A61D2A; }
    #c-search-bar-mobile .control {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      #c-search-bar-mobile .control input {
        border: 0; }
      #c-search-bar-mobile .control:last-child {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        background: #A61D2A; }
        #c-search-bar-mobile .control:last-child button {
          color: #fff; }
	.c-video .u-pb-lg{
		padding-bottom: 0px !important;
	}
}

@media screen and (max-width: 480px) {
  .m-sidebar-footer .widget-title {
    text-decoration: underline;
    font-size: 3.2vw;
    white-space: nowrap; }
    .m-sidebar-footer .widget-title:after {
      opacity: 0; } }


.single .entry-summary{
  border:0px;
    background-image: url(../images/q1.png), url(../images/q2.png);
    background-position: left top,right bottom;
    background-repeat: no-repeat, no-repeat;
  }
.single .entry-summary p{
  margin-bottom:0px;
  font-weight: bold;
}

.single .entry-meta > span a{color: #666;}

.o-editor-posts .entry-summary{padding:20px;}

@media screen and (max-width: 1099px){
.c-heading-mobile {
  height: 1.7rem;
  line-height: 1.7rem;}
.column > .card .card-title {
  height: auto;!important;}
.single .entry-summary p{
  text-align: center;}
.single .entry-summary{
  border:0px;
    background-image: url(../images/qs1.png), url(../images/qs2.png);
  }
.single .entry-title{line-height: 8.2vw;}
}
/*# sourceMappingURL=main.css.map */

/*addtional.css */
@media screen and (max-width: 1099px) {
  .breadcrumbs li a {font-size: 0.75rem !important;}
  #navbarBurger {background-size: 1.8rem;}
  .burger .fa {font-size: 1.3rem;}
  
}
em{font-style: italic}
p{font-family: arial, helvetica, sans-serif}

.single .entry-title{text-transform:none}
.right-content{
  background: #f5f5f5;
  padding: 10px;
}
.right-content h2{
	height:58px;
}
.c-block-more {
  border-bottom: 1px solid #bbb;
  height:18px;
  }
  .c-block-more a {
    text-align: right;
    color: #fff !important; 
    background-color:#A61D2A;
    padding: 3px 8px;
  font-size: 12px;
  line-height: 1; 
  float: right;  
  }
#c-video .c-block-more {
  background: #f5f5f5;
}
.is-365by219 {
  width: 365px;
  height: 219px;
  overflow: hidden; }
.video-first .media-content{
  border-bottom:1px solid #bbb;
  margin-bottom: 14px;
   padding: 14px;
}